Updates a hub collaboration. Can be used to change the hub role.
Version header.
Value is always 2025.0
1234
The ID of the hub collaboration.
"editor"
The level of access granted to hub.
Possible values are editor
, viewer
, and co-owner
.
Returns an updated hub collaboration object.
Returns an error if the authenticated user does not have the right permissions to update the collaboration.
An unexpected client error.
{
"id": "12345678",
"type": "hub_collaboration",
"acceptance_requirements_status": {
"strong_password_requirement": {
"enterprise_has_strong_password_required_for_external_users": true,
"user_has_strong_password": true
},
"terms_of_service_requirement": {
"is_accepted": true,
"terms_of_service": {
"id": "11446498",
"type": "terms_of_service"
}
},
"two_factor_authentication_requirement": {
"enterprise_has_two_factor_auth_enabled": true,
"user_has_two_factor_authentication_enabled": true
}
},
"accessible_by": {
"id": "11446498",
"type": "user",
"login": "ceo@example.com",
"name": "Aaron Levie"
},
"hub": {
"id": "12345",
"type": "hubs"
},
"role": "editor",
"status": "accepted"
}