Add Note
Add a note to a project.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/notes/add \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"note":"string","parentId":0}'
Last updated
Was this helpful?