v1
latestOpenAPI 3.1.02026-07-2618690613.4 KBAI Model Suggestions
Enable model AI suggestions schedule
<Note> This endpoint requires **Organization Admin** permissions. </Note>Enable the daily generation schedule for AI model suggestions on a shared model. Suggestions are generated daily at midnight in the specified timezone.
This operation is idempotent: calling it multiple times returns the persisted schedule.
put/v1/models/{modelId}/suggestions/schedule
Path parameters
modelIdstring uuid required
The unique identifier of the model.
Request body
Response
Schedule enabled successfully. Returns the current state of the schedule, or the same state if already enabled.
Example response
{
"timezone": "America/New_York"
}