Changes to Upsert documents

POST /v1/namespaces/{namespace}/documents

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

Changed in 3 of the 8 revisions of this API.25

  1. ee3554910b7d2
  2. e67f3d38f85022
  3. 2124afb620851

What changed

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • removed the request property schema/additionalProperties/filterable

      request-property-removed

    • removed the request property schema/additionalProperties/full_text_search

      request-property-removed

    • added the new optional request property schema/additionalProperties/is_filterable

      new-optional-request-property

    • added the new optional request property schema/additionalProperties/is_searchable

      new-optional-request-property

    • endpoint added

      endpoint-added