From e5ef67a9cbdf49a640904845b776d5697e952ceb Mon Sep 17 00:00:00 2001 From: Barry Brands <57346398+bbrands02@users.noreply.github.com> Date: Fri, 22 Dec 2023 10:09:14 +0100 Subject: [PATCH] Update oas.yaml --- docs/oas.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/oas.yaml b/docs/oas.yaml index c3ddf088..c7a531d7 100644 --- a/docs/oas.yaml +++ b/docs/oas.yaml @@ -15,7 +15,7 @@ tags: - name: Publicaties description: Operations related to publicaties paths: - /api/publicaties: + /publicaties: get: tags: - Publicaties @@ -63,7 +63,7 @@ paths: application/json: schema: $ref: '#/components/schemas/Publicatie' - '/api/publicaties/{id}': + '/publicaties/{id}': get: tags: - Publicaties