Skip to Content
API ReferenceRubricPOST /title

POST /rubric/title

Title Rubric

Rename a rubric’s group (writes group_names_entry).

Request Body (TitleRubricApiRequest)

FieldTypeRequiredDescription
group_idstringYesGroup to rename
titlestringYesNew title (display name) for the group
idempotency_keystringNoOperation key for ack — promotes or rejects a dormant rename
acceptbooleanNoAccept (promote) or reject dormant state. Only meaningful with idempotency_key

Response (TitleRubricApiResponse)

FieldTypeRequiredDescription
group_idstringYesThe group that was renamed
group_name_idstringYesUUID of the new group_names_entry row
titlestringYesThe title that was set
idempotency_keystringNoOperation key echoed back
Last updated on