Update Prompt
Prompts
Update Prompt
Update a prompt by creating a new version with updated content
PATCH
Update Prompt
Documentation Index
Fetch the complete documentation index at: https://docs.eigi.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Update an existing prompt by creating a new version. The version number is automatically incremented. Previous versions are preserved and can be retrieved using the Get Prompt Versions endpoint.Authentication
Your eigi.ai API key. Must be prefixed with
vk_.Path Parameters
The unique name of the prompt to update.
Request Body
The new prompt text content for the new version.
Updated metadata for the prompt.
Response
The prompt name.
The new version number (auto-incremented).
The updated prompt content.
Prompt metadata.
ISO 8601 creation timestamp.
ISO 8601 last update timestamp.
Authorizations
API key for authentication. Get your API key from the eigi.ai Dashboard under Settings → API Keys.
Path Parameters
The unique prompt name
Body
application/json
Response
Prompt updated (new version created)

