Skip to content

Commit

Permalink
docs: fix openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
nugaon committed Dec 20, 2023
1 parent 2306fb0 commit 107f947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi/Swarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 107f947

Please sign in to comment.