Create a published user note
Creates a published note and optionally links students, categories, attachments, and folders.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects an object.
title
note
favorite
batch_id
Academic year ID
students_id
categories_id
attachments_id
folders_id
Response
Note created
status
message
data
UserNoteResource payload
Errors
401
Unauthorized Error
422
Unprocessable Entity Error

