Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 2.23 KB

UpdateCollectionRoles.md

File metadata and controls

63 lines (41 loc) · 2.23 KB

UpdateCollectionRoles

Properties

Name Type Required Description
Roles List<UpdateCollectionRolesRoles>

UpdateCollectionRolesRoles

Properties

Name Type Required Description
Op RolesOp The operation to perform on the path.
Path RolesPath1 The resource to perform the action on.
Value List<RolesValue1>

RolesOp

The operation to perform on the path.

Properties

Name Type Required Description
Update string "update"

RolesPath1

The resource to perform the action on.

Properties

Name Type Required Description
User string "/user"
Group string "/group"
Team string "/team"

RolesValue1

Information about the updated role.

Properties

Name Type Required Description
Id double The user, group, or team's ID.
Role ValueRole1 The role type: - VIEWER — Can view, fork, and export collections. - EDITOR — Can edit collections directly.

ValueRole1

The role type: - VIEWER — Can view, fork, and export collections. - EDITOR — Can edit collections directly.

Properties

Name Type Required Description
Viewer string "VIEWER"
Editor string "EDITOR"