APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Reposupdate Webhook Config For Repo Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Reposupdate Webhook Config For Repo 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": "repos/update-webhook-config-for-repo",
  "method": "PATCH",
  "path": "/repos/{owner}/{repo}/hooks/{hook_id}/config",
  "summary": "APIs.io Engineering Platform Update a webhook configuration for a repository",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "content_type": "json",
        "url": "https://example.com/webhook"
      }
    }
  ],
  "responseExamples": []
}