v4

latestOpenAPI 3.0.3PostgreSQL Licenseraw.githubusercontent.com2026-08-01192952.2 KB
Conversations

Update a conversation

Replaces the provider, model, connection, and messages of an existing conversation.

put/api/conversations/{id}

Request body

connectionstring required

The database connection name.

modelstring required

The LLM model to use.

providerstring required

The LLM provider to use.

Response

Conversation updated successfully.

connectionstring required

The database connection name.

created_atstring date-time required

When the conversation was created.

idstring required

The unique conversation identifier.

modelstring required

The LLM model used.

providerstring required

The LLM provider used.

titlestring required

The conversation title.

updated_atstring date-time required

When the conversation was last updated.

usernamestring required

The username that owns the conversation.