|
|
@ -22,19 +22,6 @@ paths: |
|
|
responses: |
|
|
responses: |
|
|
'200': |
|
|
'200': |
|
|
description: OK |
|
|
description: OK |
|
|
headers: |
|
|
|
|
|
Date: |
|
|
|
|
|
schema: |
|
|
|
|
|
type: string |
|
|
|
|
|
example: Fri, 11 Feb 2022 02:38:34 GMT |
|
|
|
|
|
Content-Type: |
|
|
|
|
|
schema: |
|
|
|
|
|
type: string |
|
|
|
|
|
example: application/json |
|
|
|
|
|
Content-Length: |
|
|
|
|
|
schema: |
|
|
|
|
|
type: integer |
|
|
|
|
|
example: '166' |
|
|
|
|
|
content: |
|
|
content: |
|
|
application/json: |
|
|
application/json: |
|
|
schema: |
|
|
schema: |
|
|
@ -685,6 +672,7 @@ components: |
|
|
type: string |
|
|
type: string |
|
|
example: '<feature> success ....' |
|
|
example: '<feature> success ....' |
|
|
GenericResponse: |
|
|
GenericResponse: |
|
|
|
|
|
type: object |
|
|
properties: |
|
|
properties: |
|
|
code: |
|
|
code: |
|
|
type: integer |
|
|
type: integer |
|
|
@ -695,8 +683,8 @@ components: |
|
|
results: |
|
|
results: |
|
|
type: string |
|
|
type: string |
|
|
example: null |
|
|
example: null |
|
|
|
|
|
|
|
|
LoginResponse: |
|
|
LoginResponse: |
|
|
|
|
|
type: object |
|
|
properties: |
|
|
properties: |
|
|
code: |
|
|
code: |
|
|
type: string |
|
|
type: string |
|
|
@ -714,6 +702,7 @@ components: |
|
|
type: string |
|
|
type: string |
|
|
example: 'http://localhost:3000/statics/images/qrcode/scan-qr-b0b7bb43-9a22-455a-814f-5a225c743310.png' |
|
|
example: 'http://localhost:3000/statics/images/qrcode/scan-qr-b0b7bb43-9a22-455a-814f-5a225c743310.png' |
|
|
ErrorInternalServer: |
|
|
ErrorInternalServer: |
|
|
|
|
|
type: object |
|
|
properties: |
|
|
properties: |
|
|
code: |
|
|
code: |
|
|
type: integer |
|
|
type: integer |
|
|
@ -728,6 +717,7 @@ components: |
|
|
example: null |
|
|
example: null |
|
|
description: 'additional data' |
|
|
description: 'additional data' |
|
|
ErrorBadRequest: |
|
|
ErrorBadRequest: |
|
|
|
|
|
type: object |
|
|
properties: |
|
|
properties: |
|
|
code: |
|
|
code: |
|
|
type: integer |
|
|
type: integer |
|
|
|