0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/core/static/yaml/additional-swagger.yaml
Gao Sun 2c6171c2f9
refactor(core,console)!: remove /me apis (#1781)
* refactor(core,console)!: remove `/me` apis

* fix(phrases): add missing fr phrase
2022-08-15 20:45:29 +08:00

55 lines
1.3 KiB
YAML

# The structure of `paths` SHOULD follow OpenAPI 3.0 Specification.
# See https://swagger.io/docs/specification/paths-and-operations/
paths:
/api/applications/:id:
delete:
responses:
'204':
description: No Content
/api/connectors/:id/test:
delete:
responses:
'204':
description: No Content
/api/resources/:id:
delete:
responses:
'204':
description: No Content
/api/session/sign-in/passwordless/sms/send-passcode:
post:
responses:
'204':
description: No Content
/api/session/sign-in/passwordless/email/send-passcode:
post:
responses:
'204':
description: No Content
/api/session/register/passwordless/sms/send-passcode:
post:
responses:
'204':
description: No Content
/api/session/register/passwordless/email/send-passcode:
post:
responses:
'204':
description: No Content
/api/status:
get:
responses:
'204':
description: No Content
/api/users/:userId:
delete:
responses:
'204':
description: No Content
/api/.well-known/sign-in-exp:
get:
responses:
'200':
description: OK
'304':
description: No Modified