Admin Models

Update a model system prompt

Update an existing model system prompt with the provided data

put/admin/models/system-prompt/{id}

Path parameters

idstring required
Example:system-prompt-uuid-here

Model System Prompt ID

Request body

textstring

The system prompt text content

status'IN_QUEUE' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'CANCELLED' | 'TIMED_OUT'

The status of the system prompt generation

Example request

{
  "text": "You are a friendly AI assistant...",
  "status": "COMPLETED"
}

Response

Model system prompt updated successfully

messagestring required

Success message

Example response

{
  "message": "Model system prompt updated successfully"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.