Changes to Patch a tool router session config (v3.1)

PATCH /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.412

  1. 589a7d115a5e2
  2. 6ccbbc3d49b932
  3. 5a3709be76a717
  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 connected_accounts/additionalProperties/ request property's minItems was increased to 1

      request-property-min-items-increased

    • the connected_accounts/additionalProperties/ request property type/format changed from string/connectedAccountId to array/

      request-property-type-changed

    • 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/link_url_overwrite

      new-optional-request-property

    • the request property connected_accounts became nullable

      request-property-became-nullable

    • 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 new optional request property execute

      new-optional-request-property

    • added the new optional request property search

      new-optional-request-property

    • added the new ask_always enum value to the request property experimental/permissions/overrides/additionalProperties/

      request-property-enum-value-added

    • added the new ask_once enum value to the request property experimental/permissions/overrides/additionalProperties/

      request-property-enum-value-added

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

      request-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