Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.71 KB

ScoreCreation.md

File metadata and controls

16 lines (12 loc) · 1.71 KB

ScoreCreation

Properties

Name Type Description Notes
title string The title of the new score. If the title is too long, the API may trim this one. If this title is not specified, the API will try to (in this order): - Use the name of the file for files from a specified `source` (e.g. Google Drive) - Use the title contained in the file (e.g. `movement-title` or `credit-words` for MusicXML files). - Set a default title (e.g. "New Music Score") [optional]
privacy \Flat\APIClient\Model\ScorePrivacy
data \Flat\APIClient\Model\ScoreData [optional]
dataEncoding \Flat\APIClient\Model\ScoreDataEncoding [optional]
source \Flat\APIClient\Model\ScoreSource [optional]
collection string Unique identifier of a collection where the score will be created. If no collection identifier is provided, the score will be stored in the `root` directory. [optional]
googleDriveFolder string If the user uses Google Drive and this properties is specified, the file will be created in this directory. The currently user creating the file must be granted to write in this directory. [optional]

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