APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Gitcreate Tag Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Gitcreate Tag 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-tag",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/git/tags",
  "summary": "APIs.io Engineering Platform Create a tag object",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "tag": "v0.0.1",
        "message": "initial version",
        "object": "c3d0be41ecbe669545ee3e94d31ed9a4bc91ee3c",
        "type": "commit",
        "tagger": {
          "name": "Monalisa Octocat",
          "email": "octocat@github.com",
          "date": "2011-06-17T14:53:35-07:00"
        }
      }
    }
  ],
  "responseExamples": []
}