Skip to content

Commit

Permalink
Merge pull request #19 from City-of-Turku/develop
Browse files Browse the repository at this point in the history
Production update
  • Loading branch information
juuso-j committed Jun 4, 2024
2 parents e9e2c1b + 760771b commit 1de4c00
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/api/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ components:
description: The ID of the event area the event parking is assigned to
type: string
format: uuid
readOnly: true
required:
- registration_number
- time_start
Expand Down Expand Up @@ -699,14 +698,14 @@ paths:
<< : *eventParkingTimeEnd
domain:
<< : *eventParkingDomain
event_area_id:
<< : *eventParkingEventAreaID
required:
- registration_number
- time_start
oneOf:
- required:
- location
- required:
- event_area_id
- required: [event_area_id]
- required: [location]
responses:
'201':
description: The event parking was created successfully
Expand Down

0 comments on commit 1de4c00

Please sign in to comment.