Security Roles
Update a Security Role
post/securityrole/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Security Role
Request body
Example request
{
"uuid": "123e4567-d485-49fd-97ab-230c4b06566b",
"edit_date": "2025-07-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}