Skip to main content
PUT
Update Prompt
Updates the specified prompt. You can modify the prompt text, target platforms, cron schedule, timezone, active status, or location.

Parameters

number
required
Unique identifier for the prompt to update.
string
required
Bearer token. Format: Bearer slat_<your-token>.
number
required
Topic ID the prompt belongs to.
string
required
The prompt text. Maximum 4000 characters.
string[]
required
AI platforms to query. One or more of: CHATGPT, PERPLEXITY, GOOGLE_AI_OVERVIEW, GOOGLE_AI_MODE, GEMINI, CLAUDE.
string
required
Cron expression for the query schedule.
string
required
Timezone for the cron schedule.
boolean
Whether the prompt is active.
string
ISO 3166-1 alpha-2 country code (e.g., US, GB). Maximum 2 characters.

Response

Returns 200 OK with the updated prompt.
number
required
Prompt ID.
number
required
Topic ID.
string
required
The updated prompt text.
string[]
required
Target AI platforms.
string
required
Cron schedule expression.
string
required
Schedule timezone.
boolean
required
Whether the prompt is active.
string
Country code. null if not set.
string
Next scheduled run time. ISO 8601 format.
string
Last run time. ISO 8601 format.

Example

Response

Status codes

What’s next