Skip to main content
POST
/
admin
/
displaymode
/
reject
Rejects a display mode release.
curl --request POST \
  --url https://api.example.com/admin/displaymode/reject \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "displayModeReleaseID": 123,
  "entityHistoryReasonTypeID": 123,
  "comment": "<string>"
}
'
{
  "success": true,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
displayModeReleaseID
integer<int32> | null
entityHistoryReasonTypeID
integer<int32> | null
comment
string | null

Response

Success

success
boolean
data
unknown