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>"
}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>"
}