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/reorder \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "step_ids": [ "<string>" ] } '
{ "data": [ { "id": "<string>", "name": "<string>", "order": 123 } ] }
ステップの表示順を変更します。全ステップIDを含める必要があります。
PATCH
PUT
https://api.utage-system.com/v1/funnels/{funnel_id}/steps/reorder
APIキーをBearerトークンとして指定
ファネルID
並び替え後の順序で全ステップIDを指定
並び替え後のステップ一覧
Show child attributes