Queue APIs
Update Queue Repeat Item
Updates the configurations of a repeatable item by ID.
PUT
/
{workspaceId}
/
projects
/
{projectName}
/
queues
/
{queueId}
/
repeatItems
/
{itemId}
Authorizations
API Key used to authenticate your requests. How to create one.
Path Parameters
Your workspace ID. How to find it?
Your project name. It is the name you provide when creating a project.
Your queue ID. It is the ID of the queue you provided when creating it.
Repeat Item ID
Body
application/json
An item that will be repeatably appended to the queue.
The name of the API to be executed. This is the file path relative to the api
folder inside your project.
Repeat period, minimum of 10 minutes. On every period, this item will be appended to the queue.
The parameters to be passed to the API.
Retry policy configurations
Response
200 - application/json
Available options:
repeatable item updated