Create Audit Trail Log

An API that creates an audit trail upon receiving a request.

Request

POST /v1/auditlog HTTP/1.1
Host: audittrail-dev.api.mimiland.io
mm-user-id: 65326348d995b4f348456dce
mm-client-id: mml
Authorization: bearer v4.public.eyJhZC*****5xTtpdbQI
Content-Type: application/json
Content-Length: 102

{
    "actionId" : 2,
    "functionId" : 1,
    "content" : "Edit coin value 40012 in tet event"
}

Parameter

Key
Type
Description

actionId *required

Int

Id of the action

functionId *required

Int

Id of the function

content Optional

String

Content of the audit trail

Last updated