Generates a record with a customized message in the audit log in the Administration module. The message must respect the limit of 512 characters.
URL
{RMUrl}/api/administration/auditlog
REQUEST METHOD
POST
URL PARAMETERS
This feature does not have parameters.
FORM CONTENT
Message (Required): content of the message to be registered in the audit log.
FORM CONTENT EXAMPLE
{
"Message":"The event was updated with the asset properties."
}
SUCCESS RESPONSE
HTTP status code 200: Message logged.