Skip to Content
API ReferenceAuthPOST /title

POST /auth/title

Title Auth

Rename a auth’s group (writes group_names_entry).

Request Body (TitleAuthApiRequest)

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

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