Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Response codes

When using REST RESTful API requests, the following response codes may be returned:

Code

Status

Description

200 (OK)

OK

The request was successfully completed.

201 (Created)

Created

A new resource was successfully created.

204 (No Content)

Request Fulfilled

The server has fulfilled the request but does not need to return a response body. The server may return the updated meta information.

Error codes

When using REST RESTful API requests, the following error codes may be returned:

...