Update custom dictionary record
PUT/dicts/custom/records/:category/:id
Fields example: "fields": { "field1": { type: "BOOLEAN", value: true}, "field2": { type: "NUM_INT", value: 10}, "field3": { type: "NUM_DOUBLE", value: 1.5}, "field4": { type: "TEXT", value: true}, "field5": { type: "DATE", value: 1591401600000}, "field6": { type: "CUSTOM_DICT_REF", value: 123} }
Request
Responses
- 200
- 201
- 401
- 403
- 404
OK
Created
Unauthorized
Forbidden
Not Found