aboutsummaryrefslogtreecommitdiffhomepage
path: root/openapi.yaml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-09 23:30:10 +0900
committernsfisis <nsfisis@gmail.com>2024-08-09 23:30:10 +0900
commitaf36c59851399194bcbb77a3093d46c2757cb7b4 (patch)
tree72e1a3cc00044f9c00dc5f22ef9325124f272401 /openapi.yaml
parent93f2ffc18d1d86bd2999533e8d904c92cb29bc1a (diff)
downloadiosdc-japan-2024-albatross-af36c59851399194bcbb77a3093d46c2757cb7b4.tar.gz
iosdc-japan-2024-albatross-af36c59851399194bcbb77a3093d46c2757cb7b4.tar.zst
iosdc-japan-2024-albatross-af36c59851399194bcbb77a3093d46c2757cb7b4.zip
feat: support authentication via fortee
Diffstat (limited to 'openapi.yaml')
-rw-r--r--openapi.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/openapi.yaml b/openapi.yaml
index 0e46fca..ebad2f0 100644
--- a/openapi.yaml
+++ b/openapi.yaml
@@ -20,6 +20,9 @@ paths:
password:
type: string
example: "password123"
+ registration_token:
+ type: string
+ example: "xxxxxxxxxxxxxxxx"
required:
- username
- password