-
Notifications
You must be signed in to change notification settings - Fork 1
AuditEntryDto
tudorgroza edited this page Mar 16, 2021
·
1 revision
The general form of the DTO is listed below.
- Action list values:
ADDED_SUGGESTION
REMOVED_SUGGESTION
ADDED_MAPPING
UPDATED_MAPPING
REMOVED_MAPPING
REVIEWED
{
"action: "STRING",
"user": {
"name": "STRING",
"email": "STRING"
},
"metadata": [
{
"key": "STRING",
"value": "STRING",
},
...
],
"timestamp": "2021-02-11T21:23:14.156+08:00"
}