Browse Source

doc: Change in QR path example

pull/103/head
Jose Franco 2 years ago
parent
commit
962b5000d6
  1. 2
      docker-compose.yml
  2. 4
      docs/openapi.yaml

2
docker-compose.yml

@ -6,7 +6,7 @@ services:
options: options:
max-size: "200k" max-size: "200k"
max-file: "10" max-file: "10"
image: jffrancob/wa-multidevice:latest
image: jffrancob/wa-multidevice:0.0.3
command: --os=Linux --debug true --basic-auth=admin:password command: --os=Linux --debug true --basic-auth=admin:password
environment: environment:
- SERVER_URL=http://${API_HOST-localhost}:${API_PORT-3000} - SERVER_URL=http://${API_HOST-localhost}:${API_PORT-3000}

4
docs/openapi.yaml

@ -857,7 +857,7 @@ components:
example: 30 example: 30
qr_link: qr_link:
type: string type: string
example: 'http://localhost:3000/statics/images/qrcode/scan-qr-b0b7bb43-9a22-455a-814f-5a225c743310.png'
example: 'statics/images/qrcode/scan-qr-b0b7bb43-9a22-455a-814f-5a225c743310.png'
GenericResponse: GenericResponse:
type: object type: object
properties: properties:
@ -899,4 +899,4 @@ components:
results: results:
type: object type: object
example: null example: null
description: 'additional data'
description: 'additional data'
Loading…
Cancel
Save