APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Orgsconvert Member To Outside Collaborator Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Orgsconvert Member To Outside Collaborator 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": "orgs/convert-member-to-outside-collaborator",
  "method": "PUT",
  "path": "/orgs/{org}/outside_collaborators/{username}",
  "summary": "APIs.io Engineering Platform Convert an organization member to outside collaborator",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "202",
      "example": {
        "async": true
      }
    },
    {
      "contentType": "application/json",
      "name": "204",
      "example": null
    }
  ],
  "responseExamples": [
    {
      "status": "202",
      "contentType": "application/json",
      "name": "202",
      "example": null
    }
  ]
}