APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Orgsupdate Webhook Config For Org Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Orgsupdate Webhook Config For Org 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-config-for-org",
  "method": "PATCH",
  "path": "/orgs/{org}/hooks/{hook_id}/config",
  "summary": "APIs.io Engineering Platform Update a webhook configuration for an organization",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "url": "http://example.com/webhook",
        "content_type": "json",
        "insecure_ssl": "0",
        "secret": "********"
      }
    }
  ],
  "responseExamples": []
}