Compare commits

...

1 Commits

Author SHA1 Message Date
Alex Chi Z
982a65703e fix(spec): lsn lease api return code
Signed-off-by: Alex Chi Z <chi@neon.tech>
2025-07-10 14:21:45 -04:00

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: