Update an existing queue

Update an existing queue

Body required
application/json

The queue to update

name
string required
size
integer required
clusterWide
boolean required
description
string
throttleDuration
string
throttleParallelism
integer
Responses
  • 200 Queue successfully updated
    id
    string required
    name
    string required
    size
    integer required
    clusterWide
    boolean required
    description
    string
    throttleDuration
    string
    throttleParallelism
    integer
  • 400 Bad Request
  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error