OVPAY-2473 - Added xpto boolean.
This commit is contained in:
parent
b1fb842046
commit
50bff1d3f7
@ -322,6 +322,15 @@ paths:
|
|||||||
summary: amount
|
summary: amount
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
- name: xpto
|
||||||
|
in: query
|
||||||
|
required: false
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
example: false
|
||||||
|
description: >-
|
||||||
|
Determines whether also trips from other PTOs will be returned.
|
||||||
- name: dateTimeFrom
|
- name: dateTimeFrom
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user