Assets API
PUT/api/v1/assets/{id}/notes
Product availabilityAlgaPSA

Update asset notes

Creates or updates the BlockNote notes document linked to the asset. Returns the document id.

RBAC · asset

Path parameters

idstring <uuid>Required
Asset UUID from assets.asset_id.

Request body

Content type: application/json · schema AssetNotesUpdateBody

blockDataany
BlockNote JSON block data to store as the asset notes.

Response body

Success response 200

document_idstring <uuid>Required

Response codes

200
Notes saved.
401
x-api-key missing/invalid.
403
Caller lacks the required asset permission.
404
Asset not found.
500
Unexpected error.