Update a note

Replaces the title and note text for an existing note while preserving its related record and audit fields.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Path parameters

idintegerRequired>=1
Note identifier.

Request

This endpoint expects an object.
titlestringRequired
notestringRequired
batch_idintegerOptional>=1
Optional academic year identifier.

Response

Updated note resource.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error