Rubrics
PATCH - Rubric
This API allows updating an existing rubric by its unique ID. You can modify attributes such as the rubric name and description.
Key Notes:
- Only the fields provided in the request body will be updated.
id
must be a valid UUID of an existing rubric.- Authentication via Bearer Token is required.
- If the rubric does not exist, a
404
error is returned.
Use Cases:
- Rename a rubric after creation.
- Add or update a description to provide more context.
- Make iterative refinements before using the rubric for evaluations.
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier for the rubric.
Body
application/json
Name of the rubric
Example:
"Science Rubric"
Description of the rubric
Example:
"A rubric for evaluating science hand written assignment."
Response
200
application/json
Rubric updated successfully.
Unique ID of the rubric
Example:
"2b973c83-2830-4712-87b7-64a8c0a99035"
Name of the rubric
Example:
"English Rubric"
Description of the rubric
Example:
"A rubric for evaluating english hand written assignment."
List of rubric criteria
Example:
[]
Created date for the rubric
Modified date of the rubric