Xsolla-logo

自動リダイレクトのステータスを設定する

put/projects/{project_id}/autoredirect_from_status_page

自動リダイレクトのステータスを設定します。

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

プロジェクトID。

Request Body schema: application/json
autoredirect_from_status_page
string

自動リダイレクトのステータス。可能の値:

  • none(いずれのステータスもない)、
  • done(ステータス完了)、
  • final(ステータス完了、キャンセル)、
  • all(すべてのステータス)

Enum: "none" "done" "final" "all"
Responses
204

No Content.

404

Not Found.

Request samples
application/json
{
  • "autoredirect_from_status_page": "none"
}