Skip to content

Commit

Permalink
Add documentation for the assetUploadingUrl parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral committed May 29, 2013
1 parent b251a5d commit 0382d5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ The `uploadFile` method takes in a file reference and an options hash. The possi
* **assetStatusUpdateUrl**: URL on your signing server to update asset’s upload status. Corresponding Backlot
API is `[PUT] /v2/assets/assetID/upload_status`. Default: `"/v2/assets/assetID/upload_status"`. The
string assetID will be replaced for the actual id of the asset.
* **assetUploadingUrl**: URL on your signing server to GET the asset's uploading URLs. Corresponding Backlot
API is `[GET] /v2/assets/assetID/uploading_urls`. Default: `"/v2/assets/assetID/uploading_urls"`. The
string assetID will be replaced for the actual ID of the asset.
* **labelCreationUrl**: URL on your signing server for creating labels. Corresponding Backlot API is `[POST]
/v2/labels/by_full_path/paths`. Default: `"/v2/labels/by_full_path/paths"`. The paths variable is a
comma-delimited list of full path names for labels, including the leading slash, such as
Expand Down

0 comments on commit 0382d5b

Please sign in to comment.