APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Event Notification Create Queue Config Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Event Notification Create Queue Config Example is an example object payload from APIs.io Engineering Platform, 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": "event-notification-create-queue-config",
  "method": "PUT",
  "path": "/accounts/{account_id}/event_notifications/r2/{bucket_name}/configuration/queues/{queue_id}",
  "summary": "APIs.io Engineering Platform Create Configuration",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "409",
      "contentType": "application/json",
      "example": {
        "errors": [
          {
            "code": 11010,
            "message": "workers.api.error.event_notification_detail_exists"
          }
        ],
        "messages": [],
        "result": null,
        "success": false
      }
    }
  ]
}