Update Note

Update a note from a project.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/notes/{noteId}/update \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"note":"string","parentId":0}'

Last updated

Was this helpful?