patch https://data.lucid.app/collections//properties
Allows a user to update the properties on a collection. 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 collection. This endpoint uses the supplied values to either update existing properties or add new properties.
xxxxxxxxxx
curl --request PATCH \
--url https://data.lucid.app/collections/collectionId/properties \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"backgroundColor": "blue",
"font": "Times New Roman"
}