Name | Type | Description | Notes |
---|---|---|---|
canEdit | bool | Whether the current user can modify the metadata for the collection | [optional] |
canShare | bool | Whether the current user can modify the sharing settings for the collection | [optional] |
canDelete | bool | Whether the current user can delete the collection | [optional] |
canAddScores | bool | Whether the current user can add scores to the collection If this collection has the `type` `trash`, this property will be set to `false`. Use `DELETE /v2/scores/{score}` to trash a score. | [optional] |
canDeleteScores | bool | Whether the current user can delete scores from the collection If this collection has the `type` `trash`, this property will be set to `false`. Use `POST /v2/scores/{score}/untrash` to restore a score. | [optional] |