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...")
 
 
(6 intermediate revisions by one user not shown)
Line 1: Line 1:
{| class="wikitable"
 
 
|-
 
|-
! Paramater
+
| name
! Default
+
! Maximum Length
+
! Accepted Values
+
! Description
+
|-
+
| asset[name]
+
 
| Filename with spaces replaced with underscores.
 
| Filename with spaces replaced with underscores.
 
| 255 characters
 
| 255 characters
|
+
| string
 
| The name of the asset.
 
| The name of the asset.
 
|-
 
|-
| asset[description]
+
| description
 
|  
 
|  
| ~17000 characters
+
| MySQL TEXT UTF-8
|
+
| string
 
| The description of the asset.
 
| The description of the asset.
 
|-
 
|-
| asset[tag_list]
+
| tag_list
 
|
 
|
 
| ∞, but each tag is 255 characters
 
| ∞, but each tag is 255 characters
|
+
| string
 
| List of comma separated tags (e.g. Ruby, HTML5, css3).
 
| List of comma separated tags (e.g. Ruby, HTML5, css3).
 
|-
 
|-
| asset[private]
+
| private
| 0
+
| false
 
|  
 
|  
| 1 - Private<br />0 - Not private
+
| boolean
 
| Public accessibility of an asset determines if its links can be shared or bookmarked.
 
| Public accessibility of an asset determines if its links can be shared or bookmarked.
 
|-
 
|-
 
| sharable
 
| sharable
| 0
+
| false
 
|
 
|
| 1 - Yes<br />0 - No
+
| boolean
 
| Asset can be shared through the [[Mobile Briefcase]]
 
| Asset can be shared through the [[Mobile Briefcase]]
 
|-
 
|-
 
| editable
 
| editable
| 0
+
| false
 
|  
 
|  
| 1 - Yes<br />0 - No
+
| boolean
 
| Asset can be opened in other applications through the [[Mobile Briefcase]]
 
| Asset can be opened in other applications through the [[Mobile Briefcase]]
 
|-
 
|-
 
| printable
 
| printable
| 0
+
| false
 
|
 
|
| 1 - Yes<br />0 - No
+
| boolean
 
| Asset can be printed through the [[Mobile Briefcase]]
 
| Asset can be printed through the [[Mobile Briefcase]]
|}
 

Latest revision as of 14:49, 4 June 2012

|- | name | Filename with spaces replaced with underscores. | 255 characters | string | The name of the asset. |- | description | | MySQL TEXT UTF-8 | string | The description of the asset. |- | tag_list | | ∞, but each tag is 255 characters | string | List of comma separated tags (e.g. Ruby, HTML5, css3). |- | 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