v62

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-31136116265.6 KB
device

Add a Note to a .db notefile. if noteID is '-' then payload is ignored and empty notefile is created

post/v1/projects/{projectOrProductUID}/devices/{deviceUID}/notes/{notefileID}/{noteID}

Path parameters

projectOrProductUIDstring required
deviceUIDstring required
notefileIDstring required
noteIDstring required

Request body

bodyobject

Arbitrary user-defined JSON for the note.

payloadstring byte

Optional base64-encoded payload.

Response

An empty object means success