Zeitpläne
Zeitplan aktualisieren
Ändern Sie Zeit, Ziel, Wiederholung oder Status.
PATCH
/schedules/{id}schedules:writeAnfrage
idstring · pathRessourcenbezeichner.obligatorischtypestring · bodyTyp: Angebot oder Text.optionalatstring · bodyDatum und Uhrzeit nach ISO 8601.optionalsegment_idstring · bodyZielsegment.optionalgroup_idstring · bodySpezifische Gruppe.optionaloffer_idstring · bodyGeplantes Angebot.optionaltextstring · bodyText zur textuellen Terminplanung.optionalimagestring · bodyOptionales Bild.optionalrecurrencestring · bodyWiederholungsregel.optionalactiveboolean · bodyAktiviert die Terminplanung.optionalBeispiel
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"
}'Antwort
200Vorgang abgeschlossen4xxFehler mit Code, Nachricht und request_id