Querator V1
Create a queue
Create a new queue with the provided characteristics
post/v1/queues.create
Request body
Example request
{
"queue_name": "queue-name",
"created_at": "2024-01-01 12:00:00.0000",
"updated_at": "2024-01-01 12:00:00.0000",
"dead_queue": "queue-name-dead",
"reference": "jake@statefarm.com",
"lease_timeout": "60m",
"expire_timeout": "24h"
}Response
Changes
Changed in 4 of the 16 revisions of this API.311
- ▲
request body became required
request-body-became-required
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added the new required request property
queue_namenew-required-request-property
- ●
removed the request property
namerequest-property-removed
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲