Difference between revisions of "API Assets Update File"

From unroole CMS wiki
Jump to: navigation, search
(Required Paramaters)
(Optional Paramaters)
Line 50: Line 50:
 
|-
 
|-
 
| regenerate
 
| regenerate
| true
+
| 0
 
|
 
|
 
| 1 - Yes <br /> 0 - No
 
| 1 - Yes <br /> 0 - No
| Regenerate all version based on the original
+
| Regenerate all versions based on the original
 
|}
 
|}
  

Revision as of 11:44, 29 May 2012

Summary

Allows for replacing a particular asset with a new file.

URI

http://[channel_subdomain]-[account_subdomain].unroole.com/unroole/admin/asset/[asset_id]/change_style

[channel_subdomain] is optional.

HTTP Method

PUT

Required Paramaters

Paramater Default Maximum Length Accepted Values Description
token API Persistence Token that identifies this user and its permissions.
style original
  • original
  • thumb
  • icon
The asset version to replace with the new file.
file

Optional Paramaters

Paramater Default Maximum Length Accepted Values Description
regenerate 0 1 - Yes
0 - No
Regenerate all versions based on the original

Response

Field Type Description
status string API Status Code
error