Deprecated End Points
Update a data point choice
Update data of a data point choice.
patch/v3/data_point_choices/{id}
Path parameters
idinteger required
Data point choice's ID
Example:1
Data point choice's ID
Request body
Example request
{
"dataPoint": "XprEvgai",
"organization": "mEFayXdO",
"collection": "mEFayXdO",
"label": "USD",
"value": "USD"
}Response
Successfully updated data point choice.
Example response
{
"id": 1,
"label": "USD",
"value": "USD"
}