From 24815de925be106f486fe067fb7e41a664069e6a Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Fri, 22 Jul 2022 10:21:14 -0400 Subject: [PATCH] initial swagger spec for client api --- specs/client.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 specs/client.yml diff --git a/specs/client.yml b/specs/client.yml new file mode 100755 index 00000000..85066f3c --- /dev/null +++ b/specs/client.yml @@ -0,0 +1,12 @@ +swagger: '2.0' +info: + description: zrok Client API + title: zrok-client + version: v1 +paths: + /: + get: + summary: Retrieve version information + responses: + '200': + description: Version information \ No newline at end of file