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
In the API example templates (JSON and YAML, 2.0 and 3.0), error responses are defined thusly :-
400_error_response:
description: Bad Request.
content:
application/json:
examples:
response:
value: >
{
"status": "400",
"description": "The server cannot process the request.'The specified resource was not found.",
"more_info": ""
}
However the specification for error responses here describes very different field names
Hi,
In the API example templates (JSON and YAML, 2.0 and 3.0), error responses are defined thusly :-
However the specification for error responses here describes very different field names
https://api.gov.au/standards/national_api_standards/error-handling.html#error-response-payload
Can you please clarify?
Thanks,
Warren
The text was updated successfully, but these errors were encountered: