SmartMemory
PUT
/memory/patterns/{pattern_id}

Mutate fields on an existing active pattern. Auto-bumps version.

Path Parameters

pattern_id*Pattern Id

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PUT "https://example.com/memory/patterns/string" \  -H "Content-Type: application/json" \  -d '{}'
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}