APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Reposrename Branch Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Reposrename Branch 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/rename-branch",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/branches/{branch}/rename",
  "summary": "APIs.io Engineering Platform Rename a branch",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "new_name": "my_renamed_branch"
      }
    }
  ],
  "responseExamples": []
}