action |
String. Must be set to edit_collection |
No |
None |
collection_id |
String. The ID of the collection to be edited. |
No |
None |
collection_token |
String. The current token of that collection. Required to make any edits. |
No |
None |
title |
String. The new title of the collection. |
Yes |
None |
desc |
String. The new description of the collection. |
Yes |
None |
unlisted |
boolean. The new unlisted setting of the collection. |
Yes |
None |
regen_token |
Void. if set will generate a new token for the collection and return it in the response. |
Yes |
None |
empty_collection |
Void. if set will disassociate all of the images in the collection from it. |
Yes |
None |
delete_collection |
Void. if set will disassociate all of the images in the collection from it and delete the collection. |
Yes |
None |