Replace value in PickList field
POST {{baseUrl}}/api/v1/layouts/:layout_id/replaceValues
This API replaces an existing value in a PickList field with a new value
OAuth Scope
Desk.settings.UPDATE
Attributes
| Attribute Name | Data Type | Description |
|---|---|---|
| fieldId (required) | <long> | field Id |
| oldValue (required) | <string> max chars : 100 | oldValue |
| newValue (required) | <string> max chars : 100 | newValue |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |
RESPONSES
status: OK
""