APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Teamsupdate Legacy Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Teamsupdate Legacy 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/update-legacy",
  "method": "PATCH",
  "path": "/teams/{team_id}",
  "summary": "APIs.io Engineering Platform Update a team (Legacy)",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "name": "new team name",
        "description": "new team description",
        "privacy": "closed"
      }
    }
  ],
  "responseExamples": []
}