Difference between revisions of "API Assets Create Update Parameter"

From unroole CMS wiki
Jump to: navigation, search
(Created page with "{| class="wikitable" |- ! Paramater ! Default ! Maximum Length ! Accepted Values ! Description |- | asset[name] | Filename with spaces replaced with underscores. | 255 charact...")
 
Line 1: Line 1:
{| class="wikitable"
 
|-
 
! Paramater
 
! Default
 
! Maximum Length
 
! Accepted Values
 
! Description
 
 
|-
 
|-
 
| asset[name]
 
| asset[name]
Line 48: Line 41:
 
| 1 - Yes<br />0 - No
 
| 1 - Yes<br />0 - No
 
| Asset can be printed through the [[Mobile Briefcase]]
 
| Asset can be printed through the [[Mobile Briefcase]]
|}
 

Revision as of 10:02, 31 May 2012

|- | asset[name] | Filename with spaces replaced with underscores. | 255 characters | | The name of the asset. |- | asset[description] | | ~17000 characters | | 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] | 0 | | 1 - Private
0 - Not private | Public accessibility of an asset determines if its links can be shared or bookmarked. |- | sharable | 0 | | 1 - Yes
0 - No | Asset can be shared through the Mobile Briefcase |- | editable | 0 | | 1 - Yes
0 - No | Asset can be opened in other applications through the Mobile Briefcase |- | printable | 0 | | 1 - Yes
0 - No | Asset can be printed through the Mobile Briefcase