OAPI: change Shaman URL paths from /shaman/… to /api/shaman/…

This makes all OpenAPI URLs start with `/api/`.
This commit is contained in:
Sybren A. Stüvel 2022-07-04 12:09:19 +02:00
parent 0e3d822868
commit 30f7df5259

View File

@ -684,7 +684,7 @@ paths:
## Shaman ## 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. summary: Allows a client to check which files are available on the server, and which ones are still unknown.
post: post:
operationId: shamanCheckoutRequirements operationId: shamanCheckoutRequirements
@ -711,7 +711,7 @@ paths:
schema: schema:
$ref: "#/components/schemas/Error" $ref: "#/components/schemas/Error"
/shaman/checkout/create: /api/shaman/checkout/create:
summary: Symlink a set of files into the checkout area. summary: Symlink a set of files into the checkout area.
post: post:
operationId: shamanCheckout operationId: shamanCheckout
@ -750,7 +750,7 @@ paths:
schema: schema:
$ref: "#/components/schemas/Error" $ref: "#/components/schemas/Error"
/shaman/files/{checksum}/{filesize}: /api/shaman/files/{checksum}/{filesize}:
summary: Upload files to the Shaman server. summary: Upload files to the Shaman server.
get: get:
operationId: shamanFileStoreCheck operationId: shamanFileStoreCheck