v1

latestOpenAPI 3.0.1Apache 2.02026-07-174811204.8 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

Response

Project updated successfully

messagestring

Example response

{
  "message": "Project updated successfully"
}