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

termintegerRequired>=1
Report card term identifier to update.

Request

This endpoint expects an object.
namestringRequired<=255 characters
start_datedateRequired
end_datedateRequired
activebooleanOptional
orderinteger or nullOptional>=1

Response

Report card term was updated.
statusstring
messagestring
datalist of any

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error