APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Issuesupdate Label Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Issuesupdate Label 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": "issues/update-label",
  "method": "PATCH",
  "path": "/repos/{owner}/{repo}/labels/{name}",
  "summary": "APIs.io Engineering Platform Update a label",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "new_name": "bug :bug:",
        "description": "Small bug fix required",
        "color": "b01f26"
      }
    }
  ],
  "responseExamples": []
}