Microsoft Azure · Example Payload

Microsoft Azure Items Replace Example

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Microsoft Azure Items Replace Example is an example object payload from Microsoft Azure, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Items_Replace",
  "method": "PUT",
  "path": "/dbs/{databaseId}/colls/{containerId}/docs/{itemId}",
  "summary": "Microsoft Azure Replace an Item",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "ItemsReplaceRequestExample",
      "example": {}
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "ItemsReplace200Example",
      "example": {
        "id": "abc123",
        "_rid": "500123",
        "_ts": 10,
        "_self": "example_value",
        "_etag": "example_value",
        "_attachments": "example_value"
      }
    },
    {
      "status": "default",
      "contentType": "application/json",
      "name": "ItemsReplacedefaultExample",
      "example": {
        "code": "example_value",
        "message": "example_value"
      }
    }
  ]
}