APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Reposadd Team Access Restrictions Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Reposadd Team Access Restrictions 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/add-team-access-restrictions",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams",
  "summary": "APIs.io Engineering Platform Add team access restrictions",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "teams": [
          "justice-league"
        ]
      }
    }
  ],
  "responseExamples": []
}