From 30f7df525901850c9570b8d89ec3e16a1781730e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 4 Jul 2022 12:09:19 +0200 Subject: [PATCH] =?UTF-8?q?OAPI:=20change=20Shaman=20URL=20paths=20from=20?= =?UTF-8?q?`/shaman/=E2=80=A6`=20to=20`/api/shaman/=E2=80=A6`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes all OpenAPI URLs start with `/api/`. --- pkg/api/flamenco-openapi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/api/flamenco-openapi.yaml b/pkg/api/flamenco-openapi.yaml index 2b5326f7..b42608fd 100644 --- a/pkg/api/flamenco-openapi.yaml +++ b/pkg/api/flamenco-openapi.yaml @@ -684,7 +684,7 @@ paths: ## Shaman - /shaman/checkout/requirements: + /api/shaman/checkout/requirements: summary: Allows a client to check which files are available on the server, and which ones are still unknown. post: operationId: shamanCheckoutRequirements @@ -711,7 +711,7 @@ paths: schema: $ref: "#/components/schemas/Error" - /shaman/checkout/create: + /api/shaman/checkout/create: summary: Symlink a set of files into the checkout area. post: operationId: shamanCheckout @@ -750,7 +750,7 @@ paths: schema: $ref: "#/components/schemas/Error" - /shaman/files/{checksum}/{filesize}: + /api/shaman/files/{checksum}/{filesize}: summary: Upload files to the Shaman server. get: operationId: shamanFileStoreCheck