curl --request PUT \
--url https://platform.kodexa.ai/api/assistants/{id}/memory/{key} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{}'{}Sets the value of a specific memory entry for the assistant. Overwrites any existing value.
curl --request PUT \
--url https://platform.kodexa.ai/api/assistants/{id}/memory/{key} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{}'{}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
Key of the memory entry.
The body is of type object.
Updated memory entry
The response is of type object.