Update Asset
/api/assets/ID
Parameters
| title | string | |
| description | string | |
| tags | string | tag names or IDs, comma separated |
Response
<asset>
<id type="integer">18547</id>
<title>fluxiom logo updated</title>
<version type="integer">0</version>
<filename>logo.gif</filename>
<description>the fluxiom logo updated</description>
<content-type>image/gif</content-type>
<thumb_url>/t/01pzjkkgckj0vj51ol/18551/0/ebb5o48zhi3si_64.jpg</thumb_url>
<size type="integer">9462</size>
<user-id>35</user-id>
<created-on type="date">2010-07-21T11:21:52+02:00</created-on>
<updated-on type="date">2010-07-21T11:36:13+02:00</updated-on>
<tags type="array">
<tag>
<id type="integer">23</id>
<tag>design</tag>
</tag>
</tags>
<metadata-type>Graphics Interchange Format (GIF)</metadata-type>
<metadata-profile-name>iMac</metadata-profile-name>
<metadata-resolution-height>0</metadata-resolution-height>
<metadata-pixel-height>70</metadata-pixel-height>
<metadata-bits-per-sample>40</metadata-bits-per-sample>
<metadata-color-space>RGB</metadata-color-space>
<metadata-resolution-width>0</metadata-resolution-width>
<metadata-orientation>0</metadata-orientation>
<metadata-alpha-channel>true</metadata-alpha-channel>
<metadata-pixel-width>208</metadata-pixel-width>
</asset>
{
"metadata_alpha_channel": "true",
"size": 9462,
"metadata_bits_per_sample": "40",
"metadata_orientation": "0",
"title": "fluxiom logo updated",
"content_type": "image/gif",
"created_on": "2010-07-21",
"metadata_resolution_height": "0",
"metadata_resolution_width": "0",
"metadata_pixel_height": "70",
"tags": [
{
"tag": "design",
"id": 23
}
],
"id": 18555,
"updated_on": "2010-07-21",
"metadata_profile_name": "iMac",
"version": 0,
"user_id": "35",
"metadata_pixel_width": "208",
"filename": "logo.gif",
"metadata_color_space": "RGB",
"thumb_url": "/t/01pzjkkxlark0zrggckj0vjxtqr051ol/18555/0/ebfj2u7as0x43sakq2r5e4ipcoivi2s02e_64.jpg",
"description": "the fluxiom logo updated",
"metadata_type": "Graphics Interchange Format (GIF)"
}