APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Reposcreate Fork Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Reposcreate Fork 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-fork",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/forks",
  "summary": "APIs.io Engineering Platform Create a fork",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "organization": "octocat",
        "name": "Hello-World",
        "default_branch_only": true
      }
    }
  ],
  "responseExamples": []
}