cURL
curl --request PUT \ --url https://api.gospott.com/labels/note/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "colorHex": "<string>" } '
Update an existing note label by its ID.
API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
255
^#?([0-9A-F]{3}|[0-9A-F]{4}|[0-9A-F]{6}|[0-9A-F]{8})$