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
404 Not Found: The resource specified by the path does not exist, i.e. one of the resources belonging to the specified identifiers are not available at the back-end. Note: Unsupported endpoints MUST use HTTP status code 501.
This is pretty wild as the default for unsupported endpoints in many environments is 404. Thus you'd need to implement special handling to specifically all endpoints you don't want to implement (in the future). None of the clients (AFAIK) and also none of the back-ends really makes use of the 501, so we could also just weaken the requirement and say:
Note: Unsupported endpoints MAY use HTTP status code 501.
The text was updated successfully, but these errors were encountered:
The API currently says:
This is pretty wild as the default for unsupported endpoints in many environments is 404. Thus you'd need to implement special handling to specifically all endpoints you don't want to implement (in the future). None of the clients (AFAIK) and also none of the back-ends really makes use of the 501, so we could also just weaken the requirement and say:
The text was updated successfully, but these errors were encountered: