Skip to content

Commit

Permalink
Merge pull request #12 from City-of-Turku/fix/api-documentation-errors
Browse files Browse the repository at this point in the history
Fix/api documentation errors
  • Loading branch information
juuso-j authored May 17, 2024
2 parents b59562a + 48b4ee5 commit 533dcf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/api/enforcement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ paths:
type: object
example:
count: 100
next: "https://api.parkkiopas.fi/enforcement/v1/valid_permit_item/?page=2"
next: "https://parkki.turku.fi/enforcement/v1/valid_permit_item/?page=2"
previous: null
results:
- << : *validPermitItemExample
Expand Down Expand Up @@ -1083,4 +1083,4 @@ paths:
'403':
$ref: '#/components/responses/Forbidden'
'404':
$ref: '#/components/responses/NotFound'
$ref: '#/components/responses/NotFound'
4 changes: 2 additions & 2 deletions docs/api/operator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rrki.openapi: 3.0.1
openapi: 3.0.1
info:
title: Parkkihubi Operator API
description:
Expand Down Expand Up @@ -1336,4 +1336,4 @@ paths:
'403':
$ref: '#/components/responses/Forbidden'
'404':
$ref: '#/components/responses/NotFound'
$ref: '#/components/responses/NotFound'

0 comments on commit 533dcf8

Please sign in to comment.