Changes to Update a memory (creates new version)

PATCH /v4/memories

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 5 of the 46 revisions of this API.227

  1. b5edd97adf4a2
  2. e519a815da915
  3. b403181670171
  4. 7386f0fb80431
  5. 8d6903994bad11

What changed

    • api tag Content Management added

      api-tag-added

    • api tag Memories removed

      api-tag-removed

    • added the new optional request property allOf[subschema #2]/forgetAfter

      new-optional-request-property

    • added the new optional request property allOf[subschema #2]/forgetReason

      new-optional-request-property

    • added the new optional request property allOf[subschema #2]/temporalContext

      new-optional-request-property

    • added the required property forgetAfter to the response with the 200 status

      response-required-property-added

    • added the required property forgetReason to the response with the 200 status

      response-required-property-added

    • request body became required

      request-body-became-required

    • changed the pattern of the request property allOf[subschema #1]/containerTag from ^[a-zA-Z0-9_-]+$ to ^[a-zA-Z0-9_:-]+$

      request-property-pattern-changed

    • added the pattern ^[a-zA-Z0-9_-]+$ to the request property allOf[subschema #1]/containerTag

      request-property-pattern-added

    • the allOf[subschema #1]/containerTag request property's maxLength was set to 100

      request-property-max-length-set