v1

latestOpenAPI 3.1.02026-07-2618690613.4 KB
AI 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

timezonestring

IANA timezone string (e.g., America/New_York, Europe/London, UTC). Determines when the daily suggestion generation runs. Defaults to UTC if not provided.

Response

Schedule enabled successfully. Returns the current state of the schedule, or the same state if already enabled.

idstring uuid required

Unique identifier for the schedule.

sharedModelIdstring uuid required

The shared model the schedule generates suggestions for.

status'enabled' required
timezonestring required

IANA timezone the schedule runs in.

Example response

{
  "timezone": "America/New_York"
}