APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Reposcreate Deploy Key Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Reposcreate Deploy Key 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/create-deploy-key",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/keys",
  "summary": "APIs.io Engineering Platform Create a deploy key",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "title": "octocat@octomac",
        "key": "ssh-rsa AAA...",
        "read_only": true
      }
    }
  ],
  "responseExamples": []
}