cURL
curl --request PUT \ --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>", "sort": 123 } ] }
ステップの表示順を変更します。全ステップIDを含める必要があります。
APIキーをBearerトークンとして指定
ファネルID
並び替え後の順序で全ステップIDを指定
並び替え後のステップ一覧
Show child attributes