APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Teamslink External Idp Group To Team For Org Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Teamslink External Idp Group To Team For 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/link-external-idp-group-to-team-for-org",
  "method": "PATCH",
  "path": "/orgs/{org}/teams/{team_slug}/external-groups",
  "summary": "APIs.io Engineering Platform Update the connection between an external group and a team",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "group_id": 123
      }
    }
  ],
  "responseExamples": []
}