APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Reposgenerate Release Notes Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Reposgenerate Release Notes 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/generate-release-notes",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/releases/generate-notes",
  "summary": "APIs.io Engineering Platform Generate release notes content for a release",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "tag_name": "v1.0.0",
        "target_commitish": "main",
        "previous_tag_name": "v0.9.2",
        "configuration_file_path": ".github/custom_release_config.yml"
      }
    }
  ],
  "responseExamples": []
}