Skip to main content

Application updated

The event is created when an application is updated.

ParameterTypeDescription
namestringapplication.updated
descriptionstringApplication updated
application.idstringThe ID of the application
application.namestringThe name of the application

Example event

{
"actor": {
"loginId": "[email protected]",
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36",
"id": "78f89c75-8223-4546-a8ac-0ff9f233c6ee",
"type": "admin"
},
"eventId": "a84e7376-fdf3-11ec-8119-000d3aac8c9e",
"application": {
"name": "Your application",
"id": "5601182f195701e440ce6a9b"
},
"name": "application.updated",
"description": "Application updated",
"timestamp": "2022-07-07T12:51:56.057Z",
"status": "succeeded"
}