putTrack.rest
This service will add a new track to an existing project. This method does not actually upload a file -- the file must be uploaded to Amazon S3
prior to calling this method. See the putTrackFile.rest service method for details.
| Param Name |
Req |
Type |
Description |
| projectId |
Y |
Number |
The ID of the project to which this track is to be added.
|
| title |
Y |
String |
The title of the new track
|
| comment |
N |
String |
A comment added for this track.
|
| tags |
N |
String |
One or more tags to associate with this track.
|
| cueStart |
N |
Number |
The number of seconds to skip when playing this track online using the Flash player. This is useful for skipping sync tones. Defaults to 0 if not provided.
|
| typeId |
Y |
Number |
The type of track (e.g., mixdown, guitar, etc.). See getTrackTypes.rest.
|
| uploadId |
Y |
Number |
The ID of the file uploaded previously. The uploadId is obtained by calling putTrackFile.rest
before beginning the upload process.
|
| client |
Y |
String |
The name and version number of the client application uploading the file (e.g., "acme-client/1.0"). Note: A valid/unique client name is
required before uploading a file.
Contact Us to obtain a valid client name.
|
|