Documents

Upsert documents

Upserts documents to a namespace. Creates the namespace if it doesn't exist. Accepts up to 10,000 documents per request with a 256 MB body limit.

post/v1/namespaces/{namespace}/documents

Request body

schemaNamespaceAttributesSchema

Maps attribute names to their configuration.

Response

Successful response

documents_upsertedinteger required

Changes

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

    • 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