Changes to Get Tracked Variables

GET /api/task_variables/tracked

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

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

  1. bc8a81bf391411
  2. dcf9b45503874

What changed

  • bc8a81bf391411See the full diff
    • removed the optional property project_id from the response with the 200 status

      response-optional-property-removed

    • added the optional property workspace_id to the response with the 200 status

      response-optional-property-added

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

    • added the new optional query request parameter session_id

      new-optional-request-parameter

    • the query request parameter notebook_id became optional

      request-parameter-became-optional

    • query request parameter notebook_id list-of-types was widened by adding types null

      request-parameter-list-of-types-widened

    • for the query request parameter notebook_id, the type/format was generalized from string/ to /

      request-parameter-type-generalized