fix: add 401 status code
This commit is contained in:
parent
f558d87b36
commit
971c72ada9
|
@ -94,6 +94,8 @@ paths:
|
|||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/AccountPinsResponse'
|
||||
'401':
|
||||
description: Unauthorized
|
||||
/s5/account/pins.bin:
|
||||
get:
|
||||
summary: Retrieve account pins
|
||||
|
@ -102,6 +104,8 @@ paths:
|
|||
responses:
|
||||
'200':
|
||||
description: Account pins
|
||||
'401':
|
||||
description: Unauthorized
|
||||
|
||||
# Upload API
|
||||
/s5/upload:
|
||||
|
|
Loading…
Reference in New Issue