File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1462,21 +1462,21 @@ paths:
1462
1462
' 404 ' :
1463
1463
$ref : ' #/components/responses/NotFoundError'
1464
1464
1465
- /zones/me/otp :
1465
+ /zones/me/{username} :
1466
1466
get :
1467
1467
tags :
1468
1468
- zone
1469
- summary : Get all zones of the user that genereated the OTP
1470
- description : Get all zones of the user that generated the OTP
1471
- operationId : getUserZonesByOtp
1469
+ summary : Get all zones of the specified user
1470
+ description : Get all zones of the specified user
1471
+ operationId : getUserZonesByUsername
1472
1472
parameters :
1473
- - name : otp
1474
- in : query
1475
- description : The OTP code to validate
1473
+ - name : username
1474
+ in : path
1475
+ description : Username of the user to get zones for
1476
1476
required : true
1477
1477
schema :
1478
1478
type : string
1479
- example : " 123456 "
1479
+ example : johndoe
1480
1480
responses :
1481
1481
' 200 ' :
1482
1482
description : Successful operation
You can’t perform that action at this time.
0 commit comments