Skip to main content
PATCH
/
projects
/
{id}
/
schedules
/
{scheduleId}
Update schedule
curl --request PATCH \
  --url https://bugzy.ai/api/v1/projects/{id}/schedules/{scheduleId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "cronExpression": "<string>",
  "timezone": "<string>",
  "enabled": true,
  "name": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://www.bugzy.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Project API key (bzy_proj_*). Generate in Dashboard → Project Settings → API Key.

Path Parameters

id
string<uuid>
required
scheduleId
string<uuid>
required

Body

application/json
cronExpression
string
timezone
string
enabled
boolean
name
string

Response

200

Schedule updated