Skip to content

Commit

Permalink
Add state functions to GalleryItems.update endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
disbelief committed Apr 17, 2013
1 parent f840807 commit 7f4b7dd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions public/data/minbox.json
Expand Up @@ -2085,6 +2085,27 @@
"Default": "",
"Type": "string",
"Description": "The contents of the file as a multipart form upload. If uploading in chunks afterward, this parameter should be ommitted."
},
{
"Name": "complete",
"Required": "N",
"Default": "",
"Type": "string",
"Description": "Any truthy value here will mark the GalleryItem as complete, all other parameters will be ignored."
},
{
"Name": "cancelled",
"Required": "N",
"Default": "",
"Type": "string",
"Description": "Any truthy value here will mark the GalleryItem as cancelled, all other parameters will be ignored."
},
{
"Name": "failed",
"Required": "N",
"Default": "",
"Type": "string",
"Description": "Any truthy value here will mark the GalleryItem as failed, all other parameters will be ignored."
}
]
},
Expand Down

0 comments on commit 7f4b7dd

Please sign in to comment.