APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Issueslock Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Issueslock 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/lock",
  "method": "PUT",
  "path": "/repos/{owner}/{repo}/issues/{issue_number}/lock",
  "summary": "APIs.io Engineering Platform Lock an issue",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "lock_reason": "off-topic"
      }
    }
  ],
  "responseExamples": []
}