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.
This commit is contained in:
Heikki Linnakangas
2022-10-14 16:41:35 +03:00
parent 538876650a
commit 9c24de254f

View File

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