2.0 OK object implements Success

Represents a HTTP OK (200) response in cases where no specific response is available. An OK response may include an optional message.

Example

{
  "description": "Request processed successfully"
}

Fields

Field Type Description
description
optional
String An optional description for this OK response.