Skip to content

Commit

Permalink
Update oas.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrands02 authored Dec 22, 2023
1 parent d26df2e commit 3170611
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags:
- name: Publicaties
description: Operations related to publicaties
paths:
/api/publications:
/api/publicaties:
get:
tags:
- Publicaties
Expand All @@ -31,7 +31,7 @@ paths:
$ref: '#/components/schemas/Publicatie'
x-stoplight:
id: rpubhvfqrqdnj
operationId: get-api-publications
operationId: get-api-publicaties
parameters:
- schema:
type: string
Expand All @@ -48,7 +48,7 @@ paths:
tags:
- Publicaties
summary: Create a publication
operationId: post-api-publications
operationId: post-api-publicaties
responses:
'200':
description: OK
Expand Down Expand Up @@ -84,7 +84,7 @@ paths:
$ref: '#/components/schemas/Publicatie'
x-stoplight:
id: blywrcttz5w78
operationId: get-api-publications-id
operationId: get-api-publicaties-id
parameters:
- schema:
type: string
Expand Down

0 comments on commit 3170611

Please sign in to comment.