From 520ffb341bbf70743ee4d34641c469b25e927197 Mon Sep 17 00:00:00 2001 From: Dmitry Rodionov Date: Mon, 4 Jul 2022 21:01:22 +0300 Subject: [PATCH] fix pageserver openapi spec --- pageserver/src/http/openapi_spec.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pageserver/src/http/openapi_spec.yml b/pageserver/src/http/openapi_spec.yml index 02569a3778..2775a27e0f 100644 --- a/pageserver/src/http/openapi_spec.yml +++ b/pageserver/src/http/openapi_spec.yml @@ -128,13 +128,14 @@ paths: schema: type: string format: hex - - name: include-non-incremental-logical-size - in: query - schema: - type: string - description: Controls calculation of current_logical_size_non_incremental get: description: Get info about the timeline + parameters: + - name: include-non-incremental-logical-size + in: query + schema: + type: string + description: Controls calculation of current_logical_size_non_incremental responses: "200": description: TimelineInfo @@ -577,7 +578,7 @@ components: state: type: string has_in_progress_downloads: - type: bool + type: boolean TenantCreateInfo: type: object properties: