Updates Datatype

POST {{baseUrl}}/dataTypes/:name/addPatterns

Update custom datatypes

Request Body

{"patterns"=>["<string>", "<string>"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;name&quot;:&quot;VIN_NUMBER&quot;,&quot;patterns&quot;:[&quot;[A-HJ-NPR-Z0-9]{17}&quot;]}