Team Memberships
Update Team Membership
patch/team_memberships/{id}
Path parameters
idstring required
Request body
Example request
{
"$schema": "/v1/schemas/UpdateTeamMembershipRequestBody.json"
}Response
OK
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/organizationRoleto the response with the200statusresponse-required-property-added
- ○