Skip to main content
PATCH
Update a view

Authorizations

Authorization
string
header
required

Use a project private API key via Authorization: Bearer <key>.

Path Parameters

id
string
required

Body

application/json
name
string
Example:

"Updated LLM View"

data
(string | object)[]
Example:
columns
object
Example:
icon
string
Example:

"user"

Response

200 - application/json

Successful response

id
string
Example:

"1234abcd"

name
string
Example:

"LLM Conversations"

data
(string | object)[]
Example:
columns
object
icon
string
Example:

"chat"

type
enum<string>
Available options:
llm,
thread,
trace
Example:

"llm"

projectId
string
Example:

"project123"

ownerId
string
Example:

"user456"

updatedAt
string<date-time>
Example:

"2023-04-01T12:00:00Z"