Star us on Github ⭐
Join our discord
Book a demo
Search...
/
Overview
API Reference
Integration Guides
API Reference
Ats
Chat
Connection
Crm
Company
Contact
Deal
Event
Lead
Note
GET
Get Note
GET
Get Notes
POST
Create Note
PATCH
Update Note
POST
Search Notes
Properties
Proxy
Task
User
Field Mapping
Metadata
Sync
Ticket
Star us on Github ⭐
Join our discord
Book a demo
API Reference
Crm
Note
Update Note
PATCH
https://
api.revert.dev
/
crm
/
notes
/
:id
Update a note
Path parameters
id
string
Required
Headers
x-revert-api-token
string
Required
Your official API key for accessing revert apis.
x-revert-t-id
string
Required
The unique customer id used when the customer linked their account.
x-api-version
string
Optional
Optional Revert API version you're using. If missing we default to the latest version of the API.
Request
This endpoint expects an object.
additional
any
Required
Any fields that are not unified yet/non-unifiable come inside this
json
object.
content
string
Required
The contents of the note in plain text or HTML.
associations
object
Optional
Show 2 properties
Response
This endpoint returns an object.
status
"ok" or "error"
Allowed values:
ok
error
message
string
result
any
Built with