Skip to content

Commit

Permalink
API changelog: add note on error status codes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomka committed Sep 21, 2019
1 parent 21cd4eb commit 80cb525
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions API_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ included in this changelog.

### Modifications

- All APIs: errors during a request are now indicated with a more useful HTTP
status code than 200: errors related to the request, input data and the client
will result in status 400, permission errors in status 403, unavailable
resources in status 404 and internal server errors in status 500.

- `POST|GET /{project_id}/node/list`:
Offers a new optional parameter
"ordering", which can be used to order the result set of nodes. The values
Expand Down

0 comments on commit 80cb525

Please sign in to comment.