Folders Collaboration
Create/Update Folder Team Collaborator
Updates the details of the given team's collaboration on the given folder, or adds the team as a collaborator on the folder if it is not already a collaborator.
put/v1/folders/{id}/shares/teams/{teamId}
Path parameters
idnumber required
ID of the folder.
teamIdnumber required
ID of the team whose role is to be created or modified.
Request body
Example request
{
"role": "comment"
}Response
OK when updating an existing Folder Team Collaborator. Contains the updated Folder Team Collaborator Resource.