mirror of
https://github.com/openziti/zrok.git
synced 2025-08-19 12:24:37 +02:00
add organization member handler (#537)
This commit is contained in:
@@ -442,6 +442,8 @@ paths:
|
||||
in: body
|
||||
schema:
|
||||
properties:
|
||||
token:
|
||||
type: string
|
||||
email:
|
||||
type: string
|
||||
responses:
|
||||
@@ -449,6 +451,8 @@ paths:
|
||||
description: member added
|
||||
401:
|
||||
description: unauthorized
|
||||
404:
|
||||
description: not found
|
||||
500:
|
||||
description: internal server error
|
||||
|
||||
|
Reference in New Issue
Block a user