fix(spec): lsn lease api return code

Signed-off-by: Alex Chi Z <chi@neon.tech>
This commit is contained in:
Alex Chi Z
2025-07-10 14:21:45 -04:00
parent 13b5e7b26f
commit 982a65703e

View File

@@ -271,6 +271,18 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/LsnLease"
"500":
description: Generic operation error
content:
application/json:
schema:
$ref: "#/components/schemas/Error"
"503":
description: Temporarily unavailable, please retry.
content:
application/json:
schema:
$ref: "#/components/schemas/ServiceUnavailableError"
/v1/tenant/{tenant_id}/timeline/{timeline_id}/do_gc:
parameters: