Changes to Attach to an existing tool router session (v3.1)

POST /api/v3.1/tool_router/session/{session_id}/attach

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

Changed in 5 of the 61 revisions of this API.29

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

What changed

    • removed the non-success response with the status 403

      response-non-success-status-removed

    • 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

    • added the new optional request property experimental/custom_toolkits/items/preload

      new-optional-request-property

    • added the new optional request property experimental/custom_toolkits/items/tools/items/preload

      new-optional-request-property

    • added the new optional request property experimental/custom_tools/items/preload

      new-optional-request-property

    • 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