v38

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

Creates an instant, copy-on-write clone of a namespace.

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

Path parameters

namespacestring required

The name of the namespace.

Request body

source_namespacestring required

The namespace to create an instant, copy-on-write clone of.

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.