# ai_prompt_orgs_users_memory_update Update a specific catalog item memory entry. Args: request: The HTTP request containing the updated catalog item memory data. org: The organization/tenant identifier. user_id: The ID of the user who owns the memory. memory_id: The ID of the specific memory entry to update. Returns: Response: The updated catalog item memory entry. Raises: BadRequest: If the provided data is invalid. NotFound: If the specified memory entry does not exist. Endpoint: PUT /api/ai-prompt/orgs/{org}/users/{user_id}/memory/{memory_id}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `memory_id` (integer, required) - `org` (string, required) - `user_id` (string, required) ## Request fields (application/json): - `student` (string,null, required) edX username - `platform` (string, required) The platform key - `catalog_item` (string) - `lessons` (any) - `next_steps` (any) ## Response 200 fields (application/json): - `id` (integer, required) - `student` (string,null, required) edX username - `platform` (string, required) The platform key - `catalog_item` (string) - `lessons` (any) - `next_steps` (any)