APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Issuesupdate Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Issuesupdate 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",
  "method": "PATCH",
  "path": "/repos/{owner}/{repo}/issues/{issue_number}",
  "summary": "APIs.io Engineering Platform Update an issue",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "title": "Found a bug",
        "body": "I'm having a problem with this.",
        "assignees": [
          "octocat"
        ],
        "milestone": 1,
        "state": "open",
        "labels": [
          "bug"
        ]
      }
    }
  ],
  "responseExamples": []
}