cURL
curl --request PUT \ --url https://api.gospott.com/notes/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "content": "<string>", "title": "<string>", "pinned": true, "source": "phone", "labelIds": [ "<string>" ] } '
Update an existing note by its ID.
API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
The content of the note in HTML format.
phone
inPerson
onlineMeeting
callAttempted
Note updated successfully.