You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
requesting e.g. /api/1.3/cdns/999999999999999999 will respond with 200 OK and the response body:
{
"response": []
}
The proper response to a request for the details of an object that doesn't exist is 404 NOT FOUND with an appropriate error message in the response body
requesting e.g.
/api/1.3/cdns/999999999999999999will respond with200 OKand the response body:{ "response": [] }The proper response to a request for the details of an object that doesn't exist is
404 NOT FOUNDwith an appropriate error message in the response body