Xsolla-logo

Status für die automatische Weiterleitung festlegen

put/projects/{project_id}/autoredirect_from_status_page

Legt die Status für die automatische Weiterleitung fest.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Projekt-ID.

Request Body schema: application/json
autoredirect_from_status_page
string

Status der automatischen Weiterleitung. Mögliche Werte:

  • none (keiner der Status),
  • done (Status fertig),
  • final (Status fertig, abgebrochen),
  • all (alle Status)

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

No Content.

404

Not Found.

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