v1

OpenAPI 3.0.1Apache 2.02026-07-135212282.4 KB
projects

Update Project

Update a specific project's settings.

patch/api/v1/orgs/organizations/{org_id}/projects/{project_id}/

Path parameters

org_idstring required

Unique identifier of the organization.

project_idstring required

Unique identifier of the project to be updated.

Request body

namestring

Name of the project

descriptionstring

Description of the project

custom_instructionsstring[]

Custom instructions for memory processing in this project

custom_categoriesobject[]

List of custom categories to be used for memory categorization.

multilingualboolean

Whether to use the input language for memory storage and retrieval.

Response

Project updated successfully.

messagestring

Example response

{
  "message": "Project updated successfully"
}