@@ -255,12 +255,17 @@ paths:
255255 $ref : " SwarmCommon.yaml#/components/schemas/SwarmAddress"
256256 required : true
257257 description : Swarm address of chunk
258+ - $ref : " SwarmCommon.yaml#/components/parameters/SwarmCache"
259+ - $ref : " SwarmCommon.yaml#/components/parameters/SwarmRedundancyStrategyParameter"
260+ - $ref : " SwarmCommon.yaml#/components/parameters/SwarmRedundancyFallbackModeParameter"
261+ - $ref : " SwarmCommon.yaml#/components/parameters/SwarmRedundancyLevelParameter"
262+ - $ref : " SwarmCommon.yaml#/components/parameters/SwarmChunkRetrievalTimeoutParameter"
258263 - $ref : " SwarmCommon.yaml#/components/parameters/SwarmActTimestamp"
259264 - $ref : " SwarmCommon.yaml#/components/parameters/SwarmActPublisher"
260265 - $ref : " SwarmCommon.yaml#/components/parameters/SwarmActHistoryAddress"
261266 responses :
262267 " 200 " :
263- description : The chunk exists .
268+ description : Headers for the content at the reference .
264269 headers :
265270 Content-Type :
266271 description : The MIME type of the resource (e.g., application/octet-stream).
@@ -489,12 +494,17 @@ paths:
489494 $ref : " SwarmCommon.yaml#/components/schemas/SwarmAddress"
490495 required : true
491496 description : Swarm address of chunk
497+ - $ref : " SwarmCommon.yaml#/components/parameters/SwarmCache"
498+ - $ref : " SwarmCommon.yaml#/components/parameters/SwarmRedundancyStrategyParameter"
499+ - $ref : " SwarmCommon.yaml#/components/parameters/SwarmRedundancyFallbackModeParameter"
500+ - $ref : " SwarmCommon.yaml#/components/parameters/SwarmRedundancyLevelParameter"
501+ - $ref : " SwarmCommon.yaml#/components/parameters/SwarmChunkRetrievalTimeoutParameter"
492502 - $ref : " SwarmCommon.yaml#/components/parameters/SwarmActTimestamp"
493503 - $ref : " SwarmCommon.yaml#/components/parameters/SwarmActPublisher"
494504 - $ref : " SwarmCommon.yaml#/components/parameters/SwarmActHistoryAddress"
495505 responses :
496506 " 200 " :
497- description : Chunk exists
507+ description : Headers for the content at the reference.
498508 headers :
499509 Content-Type :
500510 description : The MIME type of the resource.
0 commit comments