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
Example request
{
"text": "You are a friendly AI assistant...",
"status": "COMPLETED"
}Response
Model system prompt updated successfully
Example response
{
"message": "Model system prompt updated successfully"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.