Entities
Update Prompt(s)
Update one or more prompts in a single request.
Single mode — supply promptId plus any subset of editable fields (prompt, language, geolocation, isActive). Returns the updated prompt.
Batch mode — supply updates: [...] where each entry carries its own promptId and the fields to change for that prompt. Different prompts can receive different patches in the same call. Maximum 100 updates per request.
Set isActive to false to pause tracking for a prompt without deleting it.
PATCH
Documentation Index
Fetch the complete documentation index at: https://docs.geogen.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Format: Bearer wsk_your_api_key
Body
application/json
- Single update
- Batch update

