Save Changelogs
Save Changelogs
Path Parameters
departmentUUID string required
departmentUUID
application/json
Request Body required
changelog
- Array [
 - ]
 
entityClass string
entityType string
entityUuid string
eventTime date-time
logs object[]
op string
path string
previousValue object
value object
requesterDepartmentUuid string
requesterUserUuid string
uuid string
Responses
- 200
 - 201
 - 401
 - 403
 - 404
 
OK
*/*
Schema
Example (from schema)
Schema
- Array [
 - ]
 
error object
errorCode string
errorDescription string
metadata object
property name* string
statusCode int32
warnings object[]
warningCode string
warningDescription string
{
  "error": {
    "errorCode": "string",
    "errorDescription": "string",
    "metadata": {}
  },
  "statusCode": 0,
  "warnings": [
    {
      "warningCode": "string",
      "warningDescription": "string"
    }
  ]
}
Created
Unauthorized
Forbidden
Not Found
Loading...