application
Perform security updates on an application.
Requires elevated authentication.
put/application/{id}/security
Path parameters
idinteger required
the application id
Request body
Example request
{
"regenerateToken": true
}Response
Ok
Example response
{
"regenerateToken": {
"token": "gtfya.e2NcJK7AenXBPIRB3S03JsBlmy0V6xP8h0hwSiAJae8"
}
}