diff --git a/pageserver/src/http/openapi_spec.yml b/pageserver/src/http/openapi_spec.yml index 1bb5f94f4e..be046a2ad2 100644 --- a/pageserver/src/http/openapi_spec.yml +++ b/pageserver/src/http/openapi_spec.yml @@ -667,6 +667,7 @@ components: - disk_consistent_lsn - awaits_download - state + - latest_gc_cutoff_lsn properties: timeline_id: type: string @@ -711,6 +712,9 @@ components: type: boolean state: type: string + latest_gc_cutoff_lsn: + type: string + format: hex # These 'local' and 'remote' fields just duplicate some of the fields # above. They are kept for backwards-compatibility. They can be removed,