wwise_set_properties
Batch-set a property on Wwise objects. Plan changes first to review, then apply with a token to execute safely.
Instructions
Batch-set a property on objects. Two-step safety: mode='plan' -> returns a ChangeSet + token (no writes); mode='apply' -> pass the token to execute the planned changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| object_ids | No | ||
| property | No | ||
| value | No | ||
| token | No |