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
| Code | Description |
|---|---|
| 200 | OK |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
Request Body
{"values"=>{"first"=>"first1", "second"=>"second1"}}