application_update
Update an application's configuration such as display name, queue URI, TTL, and queue length. Provide password when changing hostUri.
Instructions
Update an application. password is required when changing hostUri.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | AMQP message TTL in milliseconds. | |
| info | No | Other information (full replacement). | |
| name | No | New display name. | |
| length | No | AMQP max queue length. | |
| hostUri | No | New queue URI. Triggers reconnection. | |
| password | No | New queue connection password (required when changing hostUri). | |
| applicationId | Yes | The application ID to update. |