For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create or update schedule Rule

Create or update a schedule for a rule so it runs automatically at specified times.

Use the API reference below to try the endpoint.

Create or update schedule

post

Create or update a schedule for a rule. Only rules support scheduling.

Authorizations
Nected-API-KeystringRequired

Dev API key (Nected-API-Key header)

Path parameters
entity-idstringRequired

The rule's entity ID

Header parameters
Nected-BranchstringOptional

Branch name (optional)

Body

Request body for create or update schedule

unitstringOptional

Schedule unit (e.g. minute, hour, day)

isEnabledbooleanOptional
isDeletebooleanOptional

Set true to remove the schedule

startAtstringOptional

Start (ISO 8601)

endAtstringOptional

End (ISO 8601)

Responses
200

OK (illustrative)

application/json

Standard API response wrapper

codestringOptional
dataanyOptional

Response payload: rule object, array of rules (list), version rows, or execution result — shape varies by endpoint

messagestringOptional
pageNointegerOptional
pageSizeintegerOptional
totalCountintegerOptional
totalPagesintegerOptional
post
/dev/v1/rule/{entity-id}/schedule

Last updated