v1

latestOpenAPI 3.1.02026-07-2618690613.4 KB
AI Model Suggestions

Dismiss a suggestion

<Note> This endpoint requires **Organization Admin** permissions. </Note>

Dismiss a suggestion, removing it from the active list. Dismissed suggestions can be restored using the restore endpoint.

post/v1/models/{modelId}/suggestions/{suggestionId}/ignore

Path parameters

modelIdstring uuid required
Example:a1b2c3d4-e5f6-7890-abcd-ef1234567890

The unique identifier of the model.

suggestionIdstring uuid required
Example:b2c3d4e5-f6a7-8901-bcde-f12345678901

The unique identifier of the suggestion to dismiss.

Request body

reasonstring

Optional free-text reason for dismissing the suggestion.

Example request

{
  "reason": "Already covered by an existing field description."
}

Response

Suggestion dismissed successfully

successboolean

Indicates the request was successful

Example response

{
  "success": true
}