diff --git a/pageserver/src/http/openapi_spec.yml b/pageserver/src/http/openapi_spec.yml index 41641c0f47..8b839b454a 100644 --- a/pageserver/src/http/openapi_spec.yml +++ b/pageserver/src/http/openapi_spec.yml @@ -669,6 +669,13 @@ paths: Detach a timeline from its ancestor and reparent all ancestors timelines with lower `ancestor_lsn`. Current implementation might not be retryable across failure cases, but will be enhanced in future. Detaching should be expected to be expensive operation. Timeouts should be retried. + parameters: + - name: detach_behavior + in: query + required: false + schema: + description: Currently valid values are `v1`, `v2` + type: string responses: "200": description: |