APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Orgsupdate Custom Repo Role Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Orgsupdate Custom Repo Role 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": "orgs/update-custom-repo-role",
  "method": "PATCH",
  "path": "/orgs/{org}/custom-repository-roles/{role_id}",
  "summary": "APIs.io Engineering Platform Update a custom repository role",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "name": "Labeler",
        "description": "A role for issue and PR labelers",
        "base_role": "read",
        "permissions": [
          "add_label",
          "remove_label"
        ]
      }
    }
  ],
  "responseExamples": []
}