App Relationship API
Update App Relationship
Update an app relationship. You can change the relationship type, target, and target type.
PUT
Update App Relationship
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the app relationship.
Body
application/json
The type of relationship.
Available options:
APP_RELATIONSHIP_TYPE_UNSPECIFIED, APP_RELATIONSHIP_TYPE_OWNER The ID of the target (user or group).
The type of the target.
Available options:
APP_RELATIONSHIP_TARGET_TYPE_UNSPECIFIED, APP_RELATIONSHIP_TARGET_TYPE_USER, APP_RELATIONSHIP_TARGET_TYPE_GROUP Response
Success
The updated app relationship.
Update App Relationship

