HomeGuidesAPI ReferenceChangelog
Terms of Use
API Reference

Charge Point / Note / Update

Update a specific note for a charge point.

Required permissions:

  • Notes.update for updating summary and details
  • Notes.pin for updating the pinned field (in addition to Notes.update if other fields are included)
Path Params
integer
required

Charge Point ID

integer
required

Note ID

Body Params
string
length ≤ 255

Short summary or title of the note

string | null

Detailed content of the note. Send null to clear.

boolean

Whether the note should be pinned. Requires Notes.pin permission.

Responses

Language
Credentials
Bearer
API Token
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json