SOAP API method MediaLibrary_update
Parameters
| Name | Type | Description |
|---|---|---|
| id * | string | The identifier (id) of the object that is updated |
| name * | string | Name of the media library |
| description * | string | Description of the media library |
| archived * | boolean | Get if the media library is archived. |
| * required parameters | ||
Return values
| Name | Type | Description |
|---|---|---|
| medialibrary | Structure of type 'medialibrary' | All properties of the now updated medialibrary |
Structure 'medialibrary'
| Name | Type | Description |
|---|---|---|
| id | int | ID of the media library |
| name | string | Name of the media library |
| description | string | Description of the media library |
| archived | boolean | Get if the media library is archived. |