cURL
curl --request PUT \ --url https://api.utage-system.com/v1/funnels/{funnel_id}/steps/{step_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "data": { "id": "<string>", "name": "<string>", "sort": 123 } }
ステップの名前を更新します。
Documentation IndexFetch the complete documentation index at: https://docs.utage-system.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.utage-system.com/llms.txt
Use this file to discover all available pages before exploring further.
PUT
https://api.utage-system.com/v1/funnels/{funnel_id}/steps/{step_id}
APIキーをBearerトークンとして指定
ファネルID
ステップID
ステップ名
255
更新されたステップ
Show child attributes