Skip to main content

UpdatePolicyDto

codestring

Possible values: >= 2 characters and <= 100 characters, Value must match regular expression /^[a-z0-9_.]+$/

categorystring

Possible values: [kyc, payments, security, data_sharing, referrals]

namestring

Possible values: >= 2 characters and <= 200 characters

descriptionstring
valueobject
isActiveboolean
effectiveFromstring
effectiveTostring
UpdatePolicyDto
{
"code": "string",
"category": "kyc",
"name": "string",
"description": "string",
"value": {},
"isActive": true,
"effectiveFrom": "string",
"effectiveTo": "string"
}