latestOpenAPI 3.1.02026-08-223321,1001.6 MB

2134ebffd1ef

Update Memory

Update an existing memory.

Args: memory_id: ID of the memory to update. request: Request containing updated memory details. authorized_user: Authorized user with organization context.

Returns: Updated memory object.

Raises: HTTPException: If memory not found or not authorized.

put/memories/{memory_id}

Path parameters

memory_idstring required

Request body

titlestring nullable

Updated title of the memory

instructionsstring nullable

Updated instructions or content

use_casestring nullable

Updated use case

type'manual' | 'wiki' | 'runbook' | 'postmortem' | 'faq' | 'code_summary' | 'dashboard_summary' | 'log_field_mapping' | 'elastic_index_mapping' | 'service_catalog' | 'metrics-paths' | 'unknown'
is_enabledboolean nullable

Whether the memory is enabled

Response

Successful Response

idstring nullable

UUID of the memory

titlestring nullable required

Title of the memory

instructionsstring nullable required

Instructions or content

categorystring nullable

UUID of the category

use_casestring nullable

Use case for the memory

typestring nullable

Type of memory

is_enabledboolean nullable

Whether the memory is enabled

last_updated_user_idstring nullable

User ID who last updated this memory