Views
Update a view
Updates an existing view with the provided details.
PATCH
Path Parameters
Body
application/json
Example:
"Updated LLM View"
Example:
[
"AND",
{
"id": "models",
"params": { "models": ["gpt-4", "gpt-3.5-turbo"] }
}
]
Example:
{
"id": "ID",
"content": "Content",
"date": "Date",
"user": "User"
}
Example:
"user"
Response
200 - application/json
Successful response
Example:
"1234abcd"
Example:
"LLM Conversations"
Example:
[
"AND",
{
"id": "models",
"params": { "models": ["gpt-4"] }
}
]
Example:
"chat"
Available options:
llm
, thread
, trace
Example:
"llm"
Example:
"project123"
Example:
"user456"
Example:
"2023-04-01T12:00:00Z"