mirror of
https://github.com/openziti/zrok.git
synced 2026-09-24 07:35:05 -05:00
controller registration endpoint improvements (#50)
This commit is contained in:
@@ -118,6 +118,8 @@ paths:
|
||||
responses:
|
||||
200:
|
||||
description: account created
|
||||
schema:
|
||||
$ref: "#/definitions/registerResponse"
|
||||
404:
|
||||
description: request not found
|
||||
500:
|
||||
@@ -335,6 +337,11 @@ definitions:
|
||||
type: string
|
||||
password:
|
||||
type: string
|
||||
registerResponse:
|
||||
type: object
|
||||
properties:
|
||||
token:
|
||||
type: string
|
||||
|
||||
services:
|
||||
type: array
|
||||
|
||||
Reference in New Issue
Block a user