From 107f94770d34f75a4ff33e95deb703abc0695d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Levente=20T=C3=B3th?= Date: Wed, 20 Dec 2023 18:08:26 +0100 Subject: [PATCH] docs: fix openapi --- openapi/Swarm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi/Swarm.yaml b/openapi/Swarm.yaml index 6fb9561e44f..3ac543a5970 100644 --- a/openapi/Swarm.yaml +++ b/openapi/Swarm.yaml @@ -122,7 +122,7 @@ paths: required: false - in: header schema: - $ref: "SwarmCommon.yaml#/components/parameters/SwarmRedundancyLevel" + $ref: "SwarmCommon.yaml#/components/parameters/SwarmRedundancyLevelParameter" name: swarm-redundancy-level required: false @@ -258,7 +258,7 @@ paths: - $ref: "SwarmCommon.yaml#/components/parameters/SwarmErrorDocumentParameter" - $ref: "SwarmCommon.yaml#/components/parameters/SwarmPostageBatchId" - $ref: "SwarmCommon.yaml#/components/parameters/SwarmDeferredUpload" - - $ref: "SwarmCommon.yaml#/components/parameters/SwarmRedundancyParameter" + - $ref: "SwarmCommon.yaml#/components/parameters/SwarmRedundancyLevelParameter" requestBody: content: multipart/form-data: