Enable model AI suggestions schedule
This endpoint requires Organization Admin permissions.
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.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
The unique identifier of the model.
Body
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.

