APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Teamsadd Or Update Repo Permissions In Org Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Teamsadd Or Update Repo Permissions In Org 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": "teams/add-or-update-repo-permissions-in-org",
  "method": "PUT",
  "path": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}",
  "summary": "APIs.io Engineering Platform Add or update team repository permissions",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "permission": "push"
      }
    }
  ],
  "responseExamples": []
}