旅
アップデートの旅
グラフとジャーニールールを更新します。
PATCH
/journeys/{id}journeys:writeリクエスト
idstring · pathリソース識別子。必須namestring · body旅の名前。オプションdescriptionstring · body旅の目的。オプションtriggerstring · body初期トリガー。オプションblocksarray · bodyフローブロック。オプションchannelsarray · body許可されたチャンネル。オプションsegment_idstring · body対象となるセグメント。オプションactiveboolean · body旅をアクティブにします。オプション例
curl
curl -X PATCH 'https://achadu.com/api/v1/journeys/resource_id' \
+ -H 'Authorization: Bearer ach_live_...' \
+ -H 'Accept: application/json' \
+ -H 'Content-Type: application/json' \
+ --data '{
"name": "My integration",
"description": "string",
"trigger": "string"
}'答え
200操作が完了しました4xxコード、メッセージ、request_id のエラー