Update Project
curl --request PATCH \
--url https://cloud.onyx.app/api/user/projects/{project_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>"
}
'{
"id": 123,
"name": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"chat_sessions": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"time_created": "<string>",
"time_updated": "<string>",
"persona_id": 123,
"current_alternate_model": "<string>",
"current_temperature_override": 123
}
],
"instructions": "<string>"
}Projects & Files
Update Project
PATCH
/
user
/
projects
/
{project_id}
Update Project
curl --request PATCH \
--url https://cloud.onyx.app/api/user/projects/{project_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>"
}
'{
"id": 123,
"name": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"chat_sessions": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"time_created": "<string>",
"time_updated": "<string>",
"persona_id": 123,
"current_alternate_model": "<string>",
"current_temperature_override": 123
}
],
"instructions": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.onyx.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authorization header with Bearer token
Path Parameters
Was this page helpful?
⌘I