APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Reposupdate Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Reposupdate 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/update",
  "method": "PATCH",
  "path": "/repos/{owner}/{repo}",
  "summary": "APIs.io Engineering Platform Update a repository",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "name": "Hello-World",
        "description": "This is your first repository",
        "homepage": "https://github.com",
        "private": true,
        "has_issues": true,
        "has_projects": true,
        "has_wiki": true
      }
    }
  ],
  "responseExamples": []
}