Documents Collaboration
Create/Update Document Team Collaborator
Updates the details of the given team's collaboration on the given document, or adds the team as a collaborator on the document if it isn't already a collaborator.
put/v1/documents/{id}/shares/teams/{teamId}
Path parameters
idstring uuid required
ID of the document.
teamIdnumber required
ID of the team to retrieve collaborator settings for.
Request body
Example request
{
"role": "comment"
}Response
OK when updating an existing Document Team Collaborator. Contains the updated Document Team Collaborator Resource.