Update a user note
Updates a published or draft user note. The notes store also submits this request as POST with _method=patch when moving a note between folders.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
id
Query parameters
_method
Laravel method override used by the folder actions when the wire request is POST.
Allowed values:
Request
This endpoint expects an object.
title
note
Note body; the editor sends serialized JSON content
favorite
students_id
categories_id
attachments_id
folders_id
batch_id
Sent by the editor flow; not validated by UpdateUserNoteRequest
Response
Updated note envelope.
status
message
data
UserNoteResource
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

