Skip to content

Commit 64ea8f6

Browse files
docs(tags): remove body from POST /tags (#5246)
1 parent 0cc0e51 commit 64ea8f6

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

openapi/Swarm.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -565,12 +565,6 @@ paths:
565565
tags:
566566
- Tag
567567
description: Tags can be thought of as upload sessions which can be tracked using the tags endpoint. It will keep track of the chunks that are uploaded as part of the tag and will push them out to the network once a done split is called on the Tag. This happens internally if you use the `Swarm-Deferred-Upload` header.
568-
requestBody:
569-
required: true
570-
content:
571-
application/json:
572-
schema:
573-
$ref: "SwarmCommon.yaml#/components/schemas/NewTagRequest"
574568
responses:
575569
"201":
576570
description: New Tag Info

openapi/SwarmCommon.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -295,12 +295,6 @@ components:
295295
MultiAddress:
296296
type: string
297297

298-
NewTagRequest:
299-
type: object
300-
properties:
301-
address:
302-
$ref: "#/components/schemas/SwarmAddress"
303-
304298
NewTagResponse:
305299
type: object
306300
properties:

0 commit comments

Comments
 (0)