Python
Project APIs
Update Project
Update a project’s settings, including name, custom instructions, and other configuration options.
PATCH
Python
Authorizations
API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'
Path Parameters
Unique identifier of the organization.
Unique identifier of the project to be updated.
Body
application/json
Name of the project
Description of the project
Custom instructions for memory processing in this project
List of custom categories to be used for memory categorization.
Whether to use the input language for memory storage and retrieval.
Response
Project updated successfully.
Example:
"Project updated successfully"