Update a report card term
Updates the dates, label, active state, or ordering of an existing SchoolSet report card term using the editor's JSON payload.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
term
Report card term identifier to update.
Request
This endpoint expects an object.
name
start_date
end_date
active
order
Response
Report card term was updated.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error

