Properties
Name | Type | Required | Description |
---|---|---|---|
Roles | List<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> |
✅ |
The operation to perform on the path.
Properties
Name | Type | Required | Description |
---|---|---|---|
Update | string | ✅ | "update" |
The resource to perform the action on.
Properties
Name | Type | Required | Description |
---|---|---|---|
User | string | ✅ | "/user" |
Group | string | ✅ | "/group" |
Team | string | ✅ | "/team" |
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. |
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" |