v50

latestSwagger 2.0MITraw.githubusercontent.com2026-07-15422691.7 KB
application

Perform security updates on an application.

Requires elevated authentication.

put/application/{id}/security

Path parameters

idinteger required

the application id

Request body

regenerateTokenboolean

Whether to regenerate the token. Your client token must be elevated to perform this action.

Example request

{
  "regenerateToken": true
}

Response

Ok

Example response

{
  "regenerateToken": {
    "token": "gtfya.e2NcJK7AenXBPIRB3S03JsBlmy0V6xP8h0hwSiAJae8"
  }
}