スケジュール
更新スケジュール
時間、目的地、繰り返し、ステータスを変更します。
PATCH
/schedules/{id}schedules:writeリクエスト
idstring · pathリソース識別子。必須typestring · bodyタイプ: オファーまたはテキスト。オプションatstring · bodyISO 8601 の日付と時刻。オプションsegment_idstring · bodyターゲットセグメント。オプションgroup_idstring · body特定のグループ。オプションoffer_idstring · body予定されたオファー。オプションtextstring · bodyテキストによるスケジュール設定用のテキスト。オプションimagestring · bodyオプションの画像。オプションrecurrencestring · body再発ルール。オプションactiveboolean · bodyスケジューリングをアクティブ化します。オプション例
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"
}'答え
200操作が完了しました4xxコード、メッセージ、request_id のエラー