bundle_mgr_update
Back to SOAP Architecture Method Reference
Description
The bundle_mgr_update method updates the details of an existing bundle on your domain.
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
active | Indicates whether or not the resource is active. | boolean | R |
allow_custom_duration | Whether or not you want to allow custom duration of the bundle. | bstypes:NullableBool | R |
attributes |
The bundle's attributes. Use this option to specify non-full-screen custom geometry. Note: If you use this option, set the fullscreen parameter to "false". |
string | R |
domain_id | The unique ID# of your domain. | bstypes:ResourceId | R |
fullscreen |
Whether or not the bundle will appear fullscreen. A custom geometry shortcut that avoids having to specify exact screen dimensions. Note: If you use this option, you will not need to specify anything in the attributes parameter. |
bstypes:NullableBool | R |
id | The unique ID# of the bundle. | bstypes:ResourceId | R |
loop_weight | The weight of the segmentation category associated with the bundle. | bstypes:NullableInt | R |
max_duration_msec | The maximum duration of the bundle in milliseconds. | bstypes:NullableInt | R |
name | The name of the bundle. | string | R |
position | The bundle's position in the loop. | int | R |
auto_synchronized | Whether or not the bundle will auto-synchronize. | Boolean | O |
category_id | The unique ID# of the separation category associated with the bundle. | bstypes:ResourceId | O |
interactivity_timeout | The point at which an interactive bundle will time out. | int | O |
interactivity_trigger_id | The unique ID# of the trigger associated with the bundle. | bstypes:ResourceId | O |
loop_category_id | The unique ID# of the segmentation category associated with the bundle. | bstypes:ResourceId | O |
loop_positions | string | O | |
secondary_sep_category_ids | The unique ID# or #s of the secondary separation categories associated with the bundle. | string | O |
trigger_category_id | The unique ID# of the trigger category. | bstypes:ResourceId | O |
Return Values
Value | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
id | The unique ID# of the updated bundle. | bstypes:ResourceId | R |