SOAP API methode MediaLibrary_update
Parameters
Naam | Type | Beschrijving |
---|---|---|
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. |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
medialibrary | Structure of type 'medialibrary' | All properties of the now updated medialibrary |
Structuur 'medialibrary'
Naam | Type | Beschrijving |
---|---|---|
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. |