APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Reposmerge Upstream Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Reposmerge Upstream 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/merge-upstream",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/merge-upstream",
  "summary": "APIs.io Engineering Platform Sync a fork branch with the upstream repository",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "branch": "main"
      }
    }
  ],
  "responseExamples": []
}