APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Issuesadd Assignees Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Issuesadd Assignees 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/add-assignees",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/issues/{issue_number}/assignees",
  "summary": "APIs.io Engineering Platform Add assignees to an issue",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "assignees": [
          "hubot",
          "other_user"
        ]
      }
    }
  ],
  "responseExamples": []
}