Unknown 2xx Status Code
This 2xx success status code is not currently documented in our reference. Please file an Issue or make a PR adding documentation for this status code.
About 2xx Status Codes
Section titled “About 2xx Status Codes”2xx status codes indicate successful responses. The action requested by the client was received, understood, and accepted successfully.
Common 2xx status codes include:
- 200 OK - Standard response for successful HTTP requests
- 201 Created - Request succeeded and a new resource was created
- 202 Accepted - Request accepted for processing, but not yet completed
- 204 No Content - Request succeeded but no content to return
- 206 Partial Content - Server is delivering only part of the resource (range request)
If you believe this status code should be documented, please consider contributing to this project or checking the HTTP status code registry for official information.