2.1.1 Success interface

A Success response indicates that a request was processed successfully, but there is no specific response available. There are two implementations, each corresponding to its own HTTP response code:

  • 2.1.1 OK — HTTP 200 response
  • 2.1.1 Created — HTTP 201 response
  • 2.1.1 NoContent — HTTP 204 response

All responses with 200, 201 or 204 HTTP response codes should be considered successful by a client.