v1

latestOpenAPI 3.0.3Lucid2026-07-14155181312.3 KB
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

role'editandshare' | 'edit' | 'comment' | 'view'

The Collaborator Role to assign to the team for this folder.

Example request

{
  "role": "comment"
}

Response

OK when updating an existing Folder Team Collaborator. Contains the updated Folder Team Collaborator Resource.

folderIdinteger required

Folder ID

teamIdinteger required

Team ID

role'owner' | 'editandshare' | 'edit' | 'comment' | 'view' required

The Collaborator Role on the document or folder

createdstring date-time required

Date and time when the collaboration was created