APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Teamscreate Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Teamscreate 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/create",
  "method": "POST",
  "path": "/orgs/{org}/teams",
  "summary": "APIs.io Engineering Platform Create a team",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "name": "Justice League",
        "description": "A great team",
        "permission": "push",
        "privacy": "closed"
      }
    }
  ],
  "responseExamples": []
}