diff --git a/src/openapi.yaml b/src/openapi.yaml index 0e061218c..1ff8d50c1 100644 --- a/src/openapi.yaml +++ b/src/openapi.yaml @@ -3,7 +3,7 @@ info: title: SDG Invoervoorziening API version: 1.0.0 paths: - /sdg/api/v1/catalogi: + /api/v1/catalogi: get: operationId: catalogiList description: Lijst van alle catalogi die worden gebruikt door organisaties. @@ -44,7 +44,7 @@ paths: schema: $ref: '#/components/schemas/PaginatedProductenCatalogusList' description: '' - /sdg/api/v1/catalogi/{uuid}: + /api/v1/catalogi/{uuid}: get: operationId: catalogiRetrieve description: Catalogus die wordt gebruikt door een organisatie. @@ -69,7 +69,7 @@ paths: schema: $ref: '#/components/schemas/ProductenCatalogus' description: '' - /sdg/api/v1/locaties: + /api/v1/locaties: get: operationId: locatiesList description: Lijst van alle locaties waar de bijbehorende organisatie 1 of meer @@ -111,7 +111,7 @@ paths: schema: $ref: '#/components/schemas/PaginatedLokatieList' description: '' - /sdg/api/v1/locaties/{uuid}: + /api/v1/locaties/{uuid}: get: operationId: locatiesRetrieve description: Locatie waar de bijbehorende organisatie 1 of meer producten aanbiedt. @@ -136,7 +136,7 @@ paths: schema: $ref: '#/components/schemas/Lokatie' description: '' - /sdg/api/v1/organisaties: + /api/v1/organisaties: get: operationId: organisatiesList description: Lijst van alle organisaties die catalogi met producten aanbieden. @@ -171,7 +171,7 @@ paths: schema: $ref: '#/components/schemas/PaginatedLokaleOverheidList' description: '' - /sdg/api/v1/organisaties/{uuid}: + /api/v1/organisaties/{uuid}: get: operationId: organisatiesRetrieve description: Organisatie die catalogi met producten aanbiedt. @@ -196,7 +196,7 @@ paths: schema: $ref: '#/components/schemas/LokaleOverheid' description: '' - /sdg/api/v1/producten: + /api/v1/producten: get: operationId: productenList description: Lijst van alle producten die voorkomen in alle catalogi. @@ -291,7 +291,7 @@ paths: schema: $ref: '#/components/schemas/PaginatedProductList' description: '' - /sdg/api/v1/producten/{productUuid}/historie: + /api/v1/producten/{productUuid}/historie: get: operationId: productenHistorieList description: Lijst van alle productversies van een product. @@ -320,7 +320,7 @@ paths: schema: $ref: '#/components/schemas/PaginatedProductVersieList' description: '' - /sdg/api/v1/producten/{uuid}: + /api/v1/producten/{uuid}: get: operationId: productenRetrieve description: Product dat voorkomt in een catalogus.