From 5dd60933d3d6b55c11c3d6d967996bcbea09eb55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arpad=20M=C3=BCller?= Date: Thu, 20 Mar 2025 16:25:09 +0100 Subject: [PATCH] Mark min_readable_lsn as required in the pageserver API spec (#11324) Fully applies the changes of https://github.com/neondatabase/cloud/pull/25233 to neon.git. The field is always present in the Rust struct definition, so it can be marked as required. cc #10707 --- pageserver/src/http/openapi_spec.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/pageserver/src/http/openapi_spec.yml b/pageserver/src/http/openapi_spec.yml index e799efcce3..41641c0f47 100644 --- a/pageserver/src/http/openapi_spec.yml +++ b/pageserver/src/http/openapi_spec.yml @@ -1079,6 +1079,7 @@ components: - last_record_lsn - disk_consistent_lsn - state + - min_readable_lsn properties: timeline_id: type: string