APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Pullscreate Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Pullscreate 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": "pulls/create",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/pulls",
  "summary": "APIs.io Engineering Platform Create a pull request",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "title": "Amazing new feature",
        "body": "Please pull these awesome changes in!",
        "head": "octocat:new-feature",
        "base": "master"
      }
    }
  ],
  "responseExamples": []
}