Changes to Get a tool router session by ID (v3.1)

GET /api/v3.1/tool_router/session/{session_id}

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

Changed in 4 of the 61 revisions of this API.25

  1. 589a7d115a5e2
  2. 6ccbbc3d49b91
  3. 5a3709be76a712
  4. 52c71f747c651

What changed

    • the endpoint scheme security CookieAuth was removed from the API

      api-security-removed

    • the endpoint scheme security UserApiKeyAuth was removed from the API

      api-security-removed

    • the config/connected_accounts/additionalProperties/ response's property type/format changed from string/connectedAccountId to array/ for status 200

      response-property-type-changed

    • response property config/preload/tools list-of-types was widened by adding types string to media type application/json of response 200

      response-property-list-of-types-widened

    • added the required property config/execute to the response with the 200 status

      response-required-property-added

    • added the required property config/search to the response with the 200 status

      response-required-property-added

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

    • endpoint added

      endpoint-added