patch https://data.lucid.app/dataSets//properties
Allows a user to update the properties on a data set. This endpoint uses the supplied values to either update existing properties or add new properties.
Response
Allows a user to update the properties on a data set. This endpoint uses the supplied values to either update existing properties or add new properties.
xxxxxxxxxx
curl --request PATCH \
--url https://data.lucid.app/dataSets/dataSetId/properties \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"backgroundColor": "blue",
"font": "Times New Roman"
}