Team Memberships

Update Team Membership

patch/team_memberships/{id}

Path parameters

idstring required

Request body

$schemastring uri

A URL to the JSON Schema for this object.

Example request

{
  "$schema": "/v1/schemas/UpdateTeamMembershipRequestBody.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "/v1/schemas/UpdateTeamMembershipResponseBody.json"
}

Changes

Changed in 1 of the 28 revisions of this API.1

    • added the required property data/attributes/user/attributes/organizationRole to the response with the 200 status

      response-required-property-added