This API allows updating an existing rubric by its unique ID. You can modify attributes such as the rubric name and description.
Key Notes:
id
must be a valid UUID of an existing rubric.404
error is returned.Use Cases:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier for the rubric.
Rubric updated successfully.
The response is of type object
.