APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Reposupdate Release Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Reposupdate Release 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/update-release",
  "method": "PATCH",
  "path": "/repos/{owner}/{repo}/releases/{release_id}",
  "summary": "APIs.io Engineering Platform Update a release",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "tag_name": "v1.0.0",
        "target_commitish": "master",
        "name": "v1.0.0",
        "body": "Description of the release",
        "draft": false,
        "prerelease": false
      }
    }
  ],
  "responseExamples": []
}