add organization member handler (#537)

This commit is contained in:
Michael Quigley
2024-12-09 14:32:43 -05:00
parent 6fb69c59d2
commit 37e945d603
12 changed files with 228 additions and 3 deletions

View File

@@ -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