Skip to Content
API ReferenceSystemPOST /title

POST /system/title

Title System

Rename a system’s group (writes group_names_entry).

Request Body (TitleSystemApiRequest)

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 (TitleSystemApiResponse)

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