Changes to Add Evidence Endpoint

POST /api/evidence

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

Changed in 2 of the 16 revisions of this API.527

  1. bc8a81bf39141
  2. dcf9b4550387427

What changed

    • removed the enum value global of the request property recall_priority

      request-property-enum-value-removed

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • dcf9b4550387427See the full diff
    • removed subschema #1 from the cell_id request property anyOf list

      request-property-any-of-removed

    • removed subschema #1 from the task_id request property anyOf list

      request-property-any-of-removed

    • the variable_name request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the notebook_id request property type/format changed from string/ to /

      request-property-type-changed

    • the description request property's maxLength was set to 500

      request-property-max-length-set

    • the variable_name request property's maxLength was set to 200

      request-property-max-length-set

    • added the new optional request property session_id

      new-optional-request-property

    • added the new optional request property source_file_path

      new-optional-request-property

    • added the new optional request property source_line

      new-optional-request-property

    • added _RuntimeId to the cell_id request property anyOf list

      request-property-any-of-added

    • added _RuntimeId to the task_id request property anyOf list

      request-property-any-of-added

    • added _RuntimeId subschema #2 to the notebook_id request property anyOf list

      request-property-any-of-added

    • the request property notebook_id became optional

      request-property-became-optional