Update a single note associated with the id passed in URL of request.
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
customer_id
integer
required
The id of the customer
id
integer
required
The id of the note
content
string
required
api-version
integer
required
Target API version
204
Successful Note update
# ```400 Bad Request
# ```401 Unauthorized
# ```403 Forbidden
# ```404 Not found
# ```406 Not Acceptable
# ```422 Unprocessable Content
Updated 3 months ago
Shell Node Ruby PHP Python
Bearer
Base URL
https://api.dealerware.com/admin/customers/{customer_id}/notes/{id}
xxxxxxxxxx
curl --request PUT \
--url https://api.dealerware.com/admin/customers/customer_id/notes/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
400401403404406422
Updated 3 months ago