OVPAY-1518 - Removed legacy metadata 2.
This commit is contained in:
parent
7a50655408
commit
fd2ae8fa65
@ -719,14 +719,14 @@ paths:
|
||||
example: 37a8095b-19db-498f-9349-5f37d21c5bdf
|
||||
description: The id of the concession metadata.
|
||||
- in: query
|
||||
name: concession
|
||||
name: name
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
example: [BUS, RAIL]
|
||||
explode: false
|
||||
description: The concession.
|
||||
description: The name of the concession.
|
||||
- in: query
|
||||
name: percentage
|
||||
schema:
|
||||
@ -1846,7 +1846,7 @@ components:
|
||||
type: string
|
||||
format: en
|
||||
example: e0af8c8f-d421-4567-a14e-48e2a1bb86fb
|
||||
concession:
|
||||
name:
|
||||
type: string
|
||||
enum:
|
||||
- RAIL
|
||||
@ -1877,7 +1877,7 @@ components:
|
||||
ConcessionMetadataPostRequestBody:
|
||||
type: object
|
||||
properties:
|
||||
concession:
|
||||
name:
|
||||
type: string
|
||||
enum:
|
||||
- RAIL
|
||||
@ -1896,7 +1896,7 @@ components:
|
||||
nullable: true
|
||||
example: null
|
||||
required:
|
||||
- concession
|
||||
- name
|
||||
- percentage
|
||||
- validFrom
|
||||
ConcessionMetadataPostResponseBody:
|
||||
@ -1911,7 +1911,7 @@ components:
|
||||
ConcessionMetadataPatchRequestBody:
|
||||
type: object
|
||||
properties:
|
||||
concession:
|
||||
name:
|
||||
type: string
|
||||
enum:
|
||||
- RAIL
|
||||
|
||||
Loading…
Reference in New Issue
Block a user