v38

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-31148285.5 KB

Copy all documents from another namespace into this one.

post/v2/namespaces/{namespace}?stainless_overload=copyFrom

Path parameters

namespacestring required

The name of the namespace.

Request body

source_namespacestring required

The namespace to copy documents from.

source_api_keystring

(Optional) An API key for the organization containing the source namespace

source_regionstring

(Optional) The region of the source namespace.

Response

The status of the request.

status'OK' required

The status of the request.

messagestring required

A message describing the result of the write request.

rows_affectedinteger required

The number of rows affected by the write request.

rows_upsertedinteger

The number of rows upserted by the write request.

rows_patchedinteger

The number of rows patched by the write request.

rows_deletedinteger

The number of rows deleted by the write request.

rows_remainingboolean

Whether more documents match the filter for partial operations.