Update Dictionary Record by name and ID

PUT {{url}}/{{tenantName}}/{{instanceName}}/dictionaries/:dictionaryName/:dictionaryRecordId

HTTP Request

PUT /{tenantName}/{instanceName}/dictionaries/{dictionaryName}/{dictionaryRecordId}

in our example it would be:

PUT https://api.live.welkincloud.io/gh/sb-demo/dictionaries/cpt/001806e2-3464-40b2-8adb-e756abe31fb1

Responses

CodeDescription
200OK
401Unauthorized
403Forbidden
404Not Found

Request Body

{"values"=>{"first"=>"first1", "second"=>"second1"}}