Skip to content

Files

Latest commit

 

History

History
12 lines (9 loc) · 1.02 KB

CollectionCapabilities.md

File metadata and controls

12 lines (9 loc) · 1.02 KB

FlatApi.CollectionCapabilities

Properties

Name Type Description Notes
canEdit Boolean Whether the current user can modify the metadata for the collection [optional]
canShare Boolean Whether the current user can modify the sharing settings for the collection [optional]
canDelete Boolean Whether the current user can delete the collection [optional]
canAddScores Boolean 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 Boolean 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]