mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 08:03:49 +01:00
initial swagger spec for client api
This commit is contained in:
parent
0ae698dd85
commit
24815de925
12
specs/client.yml
Executable file
12
specs/client.yml
Executable file
@ -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
|
Loading…
Reference in New Issue
Block a user