Pull request: openapi: fix incorrect parameter name
Merge in DNS/adguard-home from fix-openapi to master Squashed commit of the following: commit a448b80a57851d44634c00f0fd986f58b35dae80 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Jan 12 17:27:32 2021 +0300 openapi: fix incorrect parameter name
This commit is contained in:
parent
18097edee1
commit
bba74859e2
|
@ -2324,7 +2324,7 @@
|
||||||
'type': 'object'
|
'type': 'object'
|
||||||
'description': 'Login request data'
|
'description': 'Login request data'
|
||||||
'properties':
|
'properties':
|
||||||
'username':
|
'name':
|
||||||
'type': 'string'
|
'type': 'string'
|
||||||
'description': 'User name'
|
'description': 'User name'
|
||||||
'password':
|
'password':
|
||||||
|
|
Loading…
Reference in New Issue