[pageserver] list latest_gc_cutoff_lsn in the OpenAPI spec (#2894)

It seems that it's present in the API response for quite a while. It's
just not listed in the spec, fix it.
This commit is contained in:
Alexey Kondratov
2022-11-22 21:10:49 +01:00
committed by GitHub
parent 9470bc9fe0
commit 4bf3087aed

View File

@@ -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,