APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Gitcreate Ref Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Gitcreate Ref 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": "git/create-ref",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/git/refs",
  "summary": "APIs.io Engineering Platform Create a reference",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "ref": "refs/heads/featureA",
        "sha": "aa218f56b14c9653891f9e74264a383fa43fefbd"
      }
    }
  ],
  "responseExamples": []
}