v4
OpenAPI 3.1.02026-08-01207318738.7 KBAI Model Suggestions
Enable the suggestion schedule
Enables the daily schedule that generates suggestions for the shared model. Idempotent — re-enabling leaves an existing schedule untouched. Requires organization admin permissions.
put/api/v1/models/{modelId}/suggestions/schedule
Path parameters
modelIdstring uuid required
UUID of the shared model the suggestions belong to
Example:a1b2c3d4-e5f6-7890-abcd-ef1234567890
UUID of the shared model the suggestions belong to
Request body
Example request
{
"timezone": "America/New_York"
}Response
The schedule is enabled
Example response
{
"timezone": "America/New_York"
}