cURL
curl --request POST \ --url https://api.utage-system.com/v1/accounts/{account_id}/scenarios \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>", "open_title": "<string>" } '
{ "data": { "id": "<string>", "title": "<string>", "open_title": "<string>" } }
指定アカウントに新しいシナリオを作成します。
APIキーをBearerトークンとして指定
アカウントID
シナリオ名
255
公開用タイトル
作成されたシナリオ
Show child attributes