v4
latestOpenAPI 3.1.02026-08-01207318738.7 KBAI Model Suggestions
Ignore a suggestion
Dismisses (ignores) a suggestion, optionally with a reason. Requires organization admin permissions.
post/api/v1/models/{modelId}/suggestions/{suggestionId}/ignore
Path parameters
modelIdstring uuid required
UUID of the shared model the suggestion belongs to
Example:a1b2c3d4-e5f6-7890-abcd-ef1234567890
UUID of the shared model the suggestion belongs to
suggestionIdstring uuid required
UUID of the suggestion
Example:b2c3d4e5-f6a7-8901-bcde-f12345678901
UUID of the suggestion
Request body
Example request
{
"reason": "Already covered by an existing field description."
}Response
The suggestion was dismissed
Example response
{
"success": true
}