From 6f134b17d1ecec53e1c52cf5940aeefbd024f800 Mon Sep 17 00:00:00 2001 From: Jan Bebendorf Date: Fri, 18 Dec 2020 23:33:47 +0100 Subject: [PATCH] Added reference/spec.v2.yaml --- reference/spec.v2.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 reference/spec.v2.yaml diff --git a/reference/spec.v2.yaml b/reference/spec.v2.yaml new file mode 100644 index 0000000..a543711 --- /dev/null +++ b/reference/spec.v2.yaml @@ -0,0 +1,21 @@ +openapi: 3.0.0 +info: + title: ProxMox VE API V2 + version: '1.0' + description: ProxMox VE API + license: + name: Apache 2.0 + url: 'https://raw.githubusercontent.com/LUMASERV/proxmox-ve-openapi/main/LICENSE' +servers: + - url: 'http://cluster.local:8006/api2/json' + description: local +paths: {} +components: + schemas: {} + securitySchemes: + PVEAuthCookie: + type: apiKey + in: cookie + name: PVEAuthCookie +security: + - PVEAuthCookie: []