APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Reposmerge Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Reposmerge 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",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/merges",
  "summary": "APIs.io Engineering Platform Merge a branch",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "base": "master",
        "head": "cool_feature",
        "commit_message": "Shipped cool_feature!"
      }
    }
  ],
  "responseExamples": []
}