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
Response
200
application/json
Rubric updated successfully.
The response is of type object
.