APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Orgsupdate Webhook Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Orgsupdate Webhook 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": "orgs/update-webhook",
  "method": "PATCH",
  "path": "/orgs/{org}/hooks/{hook_id}",
  "summary": "APIs.io Engineering Platform Update an organization webhook",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "active": true,
        "events": [
          "pull_request"
        ]
      }
    }
  ],
  "responseExamples": []
}