2.0 Success interface

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

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

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