Skip to Content
API ReferenceAgentPOST /title

POST /agent/title

Title Agent

Rename a agent’s group (writes group_names_entry).

Request Body (TitleAgentApiRequest)

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

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