The collection fields that can be updated.
Name | Type | Description | Default Values | Possible Values | Required |
---|
filetype | INT OR ARRAY of INT | Only include the specified file types when adding media into the saved search collection. | empty(all) | empty,0,1,2,3,4 | required |
sort | STRING | The sort order of to apply to the media in the collection when returned in a request. | upload | upload, hits, commentcount, rating, votecount | required |
channel | INT | We channel that will be used to filter media from. Only media in the specified channel will be returned. You can also specify if you want to include media from children channel of the one selected. | empty | INT | required |
sortdir | STRING | The order which the sort filter will be applied. Ascending or descending order | ASC / DESC | STRING | no |
includeChildChannels | STRING | This specifies if media from the above channel's children will be returned in the response. | false | true / false | no |
timelimit | INT | A filter to only return media uploaded from a specific amount of time in the past. For example to specify media uploaded in the last 24 hours we would use 3600. (24 hr = 3600 sec) | empty | INT | no |
limit | STRING | The maximum number of media to be returned during a request. | 25 | STRING | no |
limitSelect | BOOL | Used to turn on and off the limit field. | BOOL | no |
query | STRING | A string to filter media by. | empty | STRING | no |
The response will be 1 if the update was a success.