Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --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>", "order": 123 } }
ステップの名前を更新します。
指定したフィールドのみを更新する部分更新です。リクエストに含めなかったフィールドは既存の値が維持されます。
PATCH
PUT
https://api.utage-system.com/v1/funnels/{funnel_id}/steps/{step_id}
APIキーをBearerトークンとして指定
ファネルID
ステップID
ステップ名
255
更新されたステップ
Show child attributes