forked from baron/baron-sso
Merge origin/main and remove Descope deps
This commit is contained in:
@@ -842,34 +842,6 @@ paths:
|
||||
"200":
|
||||
description: OK
|
||||
|
||||
/api/v1/auth/webhooks/descope-sms:
|
||||
post:
|
||||
tags: [Webhook]
|
||||
summary: Descope SMS 릴레이
|
||||
requestBody:
|
||||
required: true
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/DescopeSmsWebhookRequest"
|
||||
responses:
|
||||
"200":
|
||||
description: OK
|
||||
|
||||
/api/v1/auth/webhooks/descope-email:
|
||||
post:
|
||||
tags: [Webhook]
|
||||
summary: Descope Email 릴레이
|
||||
requestBody:
|
||||
required: true
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/DescopeEmailWebhookRequest"
|
||||
responses:
|
||||
"200":
|
||||
description: OK
|
||||
|
||||
components:
|
||||
schemas:
|
||||
ErrorResponse:
|
||||
@@ -1456,21 +1428,3 @@ components:
|
||||
data:
|
||||
type: object
|
||||
additionalProperties: true
|
||||
|
||||
DescopeSmsWebhookRequest:
|
||||
type: object
|
||||
properties:
|
||||
recipient:
|
||||
type: string
|
||||
body:
|
||||
type: string
|
||||
|
||||
DescopeEmailWebhookRequest:
|
||||
type: object
|
||||
properties:
|
||||
to:
|
||||
type: string
|
||||
subject:
|
||||
type: string
|
||||
text:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user