Skip to main content
PATCH
Rename session

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-project-id
string
required

Project identifier

Path Parameters

session_id
string
required

Session ID

Body

application/json

Request body for PATCH /api/chat/sessions/{session_id}.

title
string
required

New title for the chat

Required string length: 1 - 255

Response

Successful Response

Response for PATCH /api/chat/sessions/{session_id} (rename).

session_id
string
required
title
string | null
required
created_at
string
required
updated_at
string
required