Skip to main content

tools.ozone.queue.updateQueue

#main

Update queue properties. Currently only supports updating the name and enabled status to prevent configuration conflicts.

Input

  • Encoding: application/json
PropertyTypeKnown ValuesRequiredDescription
queueIdinteger-ID of the queue to update
namestring-New display name for the queue
enabledboolean-Enable or disable the queue
descriptionstring-Optional description of the queue

Output

  • Encoding: application/json
PropertyTypeKnown ValuesRequiredDescription
queuetools.ozone.queue.defs#queueView--