From 9c24de254fd93d5b002665da6ea2b1426cafa55c Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Fri, 14 Oct 2022 16:41:35 +0300 Subject: [PATCH] Add description and license fields to OpenAPI spec. These were added earlier to the control plane's copy of this file. This is the master version of this file, so let's keep it in sync. --- pageserver/src/http/openapi_spec.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pageserver/src/http/openapi_spec.yml b/pageserver/src/http/openapi_spec.yml index 05809a92da..626cc07429 100644 --- a/pageserver/src/http/openapi_spec.yml +++ b/pageserver/src/http/openapi_spec.yml @@ -1,7 +1,11 @@ openapi: "3.0.2" info: title: Page Server API + description: Neon Pageserver API version: "1.0" + license: + name: "Apache" + url: https://github.com/neondatabase/neon/blob/main/LICENSE servers: - url: "" paths: