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 | null
throttleDuration
string | null
throttleParallelism
integer | null
Responses
  • 200 Queue successfully updated
    id
    string required
    name
    string required
    size
    integer required
    clusterWide
    boolean required
    description
    string | null
    throttleDuration
    string | null
    throttleParallelism
    integer | null
  • 400 Bad Request
  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error