v3

latestSwagger 2.02026-08-067506752.0 MB
ai-hint

Update a hint

patch/v1/ai-hint/{id}

Path parameters

idstring required

Hint identifier

Request body

namestring

unique name for this hint

toolNamestring

tool name this hint applies to, e.g. Create, Update, Delete, DataExplorer

entityTypestring

entity type this hint applies to, e.g. ACTION, FORM, REPORT

keywordsstring[]

keywords that trigger this hint when matched in user messages

schemastring

optional schema override; if null, auto-generated from the entity adapter's create class

addHintIdsstring[]

additional hint ids to include when this hint is surfaced

contentstring

the hint content to provide to the AI

Example request

{
  "addHintIds": [
    "588f7ee98f138b19220041a7"
  ]
}

Response

successful operation