aboutsummaryrefslogtreecommitdiffhomepage
path: root/openapi.yaml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-09 23:30:39 +0900
committernsfisis <nsfisis@gmail.com>2024-08-09 23:30:39 +0900
commit41e98f3b0a936f7982434b74a88b919b99fd94ce (patch)
tree72e1a3cc00044f9c00dc5f22ef9325124f272401 /openapi.yaml
parent93f2ffc18d1d86bd2999533e8d904c92cb29bc1a (diff)
parentaf36c59851399194bcbb77a3093d46c2757cb7b4 (diff)
downloadphperkaigi-2025-albatross-41e98f3b0a936f7982434b74a88b919b99fd94ce.tar.gz
phperkaigi-2025-albatross-41e98f3b0a936f7982434b74a88b919b99fd94ce.tar.zst
phperkaigi-2025-albatross-41e98f3b0a936f7982434b74a88b919b99fd94ce.zip
Merge branch 'feat/auth-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