Difference between revisions of "API Assets Create Update Parameter"

From unroole CMS wiki
Jump to: navigation, search
Line 8: Line 8:
 
| asset[description]
 
| asset[description]
 
|  
 
|  
| MySQL Text UTF-8
+
| MySQL TEXT UTF-8
 
|
 
|
 
| The description of the asset.
 
| The description of the asset.

Revision as of 12:27, 4 June 2012

|- | asset[name] | Filename with spaces replaced with underscores. | 255 characters | | The name of the asset. |- | asset[description] | | MySQL TEXT UTF-8 | | The description of the asset. |- | asset[tag_list] | | ∞, but each tag is 255 characters | | List of comma separated tags (e.g. Ruby, HTML5, css3). |- | asset[private] | false | | boolean | Public accessibility of an asset determines if its links can be shared or bookmarked. |- | sharable | false | | boolean | Asset can be shared through the Mobile Briefcase |- | editable | false | | boolean | Asset can be opened in other applications through the Mobile Briefcase |- | printable | false | | boolean | Asset can be printed through the Mobile Briefcase