APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Orgsupdate Membership For Authenticated User Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Orgsupdate Membership For Authenticated User 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/update-membership-for-authenticated-user",
  "method": "PATCH",
  "path": "/user/memberships/orgs/{org}",
  "summary": "APIs.io Engineering Platform Update an organization membership for the authenticated user",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "state": "active"
      }
    }
  ],
  "responseExamples": []
}