PUT
/
{workspaceId}
/
projects
/
{projectName}
/
queues
/
{queueId}
/
repeatItems
/
{itemId}

Authorizations

x-api-key
string
headerrequired

API Key used to authenticate your requests. How to create one.

Path Parameters

workspaceId
string
required

Your workspace ID. How to find it?

projectName
string
required

Your project name. It is the name you provide when creating a project.

queueId
string
required

Your queue ID. It is the ID of the queue you provided when creating it.

itemId
string
required

Repeat Item ID

Body

application/json
apiName
string
required

The name of the API to be executed. This is the file path relative to the api folder inside your project.

parameters

The parameters to be passed to the API.

retry
object

Retry policy configurations

repeat
string
required

Repeat period, minimum of 10 minutes. On every period, this item will be appended to the queue.

Response

200 - application/json
message
enum<string>
Available options:
repeatable item updated