updated swagger documentation

* added documentation for timeout parameter in receive endpoint
This commit is contained in:
Bernhard B
2020-11-01 21:47:25 +01:00
parent 7674dbcdb8
commit 418b93459f
4 changed files with 17 additions and 0 deletions

View File

@@ -201,6 +201,10 @@ paths:
name: number
required: true
type: string
- description: 'Receive timeout in seconds (default: 1)'
in: query
name: timeout
type: string
produces:
- application/json
responses: