Access Relationship API
Update Access Relationship
Update an access relationship. You can change the relationship type, target, and target type.
PUT
Update Access Relationship
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the access relationship.
Body
application/json
The type of relationship.
Available options:
ACCESS_RELATIONSHIP_TYPE_UNSPECIFIED, ACCESS_RELATIONSHIP_TYPE_OWNER The ID of the target (user or group).
The type of the target.
Available options:
ACCESS_RELATIONSHIP_TARGET_TYPE_UNSPECIFIED, ACCESS_RELATIONSHIP_TARGET_TYPE_USER, ACCESS_RELATIONSHIP_TARGET_TYPE_GROUP Response
Success
The updated access relationship.
Update Access Relationship

