APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Gitcreate Blob Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Gitcreate Blob 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-blob",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/git/blobs",
  "summary": "APIs.io Engineering Platform Create a blob",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "content": "Content of the blob",
        "encoding": "utf-8"
      }
    }
  ],
  "responseExamples": []
}