Skip to main content
PUT
/
custom-attributes
/
clients
/
{id}
/
values
/
_bulk
Update custom attribute values for a client
curl --request PUT \
  --url https://api.gospott.com/custom-attributes/clients/{id}/values/_bulk \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "attributes": [
    {
      "value": {
        "viewType": "customText",
        "text": "<string>"
      },
      "attributeDefinitionId": "<string>"
    }
  ]
}
'

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.

Path Parameters

id
string
required

Body

application/json
attributes
object[]
required

Response

Custom attribute values updated successfully