diff options
Diffstat (limited to 'openapi.yaml')
| -rw-r--r-- | openapi.yaml | 3 |
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 |
