Skip to content
AchaduDevelopers
Operational APIGo to website
Dashboard
Developers/API/schedule_update
Schedules

Update schedule

Change time, destination, recurrence or status.

PATCH/schedules/{id}schedules:write

Request

idstring · pathResource identifier.mandatory
typestring · bodyType: offer or text.optional
atstring · bodyISO 8601 date and time.optional
segment_idstring · bodyTarget segment.optional
group_idstring · bodySpecific group.optional
offer_idstring · bodyScheduled offer.optional
textstring · bodyText for textual scheduling.optional
imagestring · bodyOptional image.optional
recurrencestring · bodyRecurrence rule.optional
activeboolean · bodyActivates scheduling.optional

Example

curl
curl -X PATCH 'https://achadu.com/api/v1/schedules/resource_id' \
+  -H 'Authorization: Bearer ach_live_...' \
+  -H 'Accept: application/json' \
+  -H 'Content-Type: application/json' \
+  --data '{
  "type": "string",
  "at": "2026-09-01T15:00:00Z",
  "segment_id": "string"
}'

Answer

200Operation completed
4xxError with code, message and request_id