Changes to Query Knowledge

POST /api/external/chatbot/{chatbotId}/query-knowledge

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

Changed in 2 of the 10 revisions of this API.116

  1. 53c69266d40524
  2. 9a74b2d0931e92

What changed

  • 53c69266d40524See the full diff
    • deleted the query request parameter id

      request-parameter-removed

    • removed the optional property chatbot from the response with the 200 status

      response-optional-property-removed

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

  • 9a74b2d0931e92See the full diff
    • the optional response header Access-Control-Allow-Credentials removed for the status 200

      optional-response-header-removed

    • the optional response header Access-Control-Allow-Methods removed for the status 200

      optional-response-header-removed

    • the optional response header Access-Control-Allow-Origin removed for the status 200

      optional-response-header-removed

    • the optional response header access-control-allow-headers removed for the status 200

      optional-response-header-removed

    • the optional response header x-telemetry removed for the status 200

      optional-response-header-removed

    • removed the optional property results from the response with the 200 status

      response-optional-property-removed

    • removed the optional property similarity_threshold_setting from the response with the 200 status

      response-optional-property-removed

    • removed the optional property status from the response with the 200 status

      response-optional-property-removed

    • removed the optional property total_docs from the response with the 200 status

      response-optional-property-removed

    • added the new optional query request parameter id

      new-optional-request-parameter

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

      response-optional-property-added