Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.15 KB

CollectionCapabilities.md

File metadata and controls

14 lines (10 loc) · 1.15 KB

CollectionCapabilities

Properties

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]

[Back to Model list] [Back to API list] [Back to README]