diff --git a/openapi/Swarm.yaml b/openapi/Swarm.yaml index 8be3e66bc41..678f65e1960 100644 --- a/openapi/Swarm.yaml +++ b/openapi/Swarm.yaml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: - version: 5.1.0 + version: 5.1.1 title: Bee API description: "A list of the currently provided Interfaces to interact with the swarm, implementing file operations and sending messages" @@ -678,6 +678,14 @@ paths: $ref: "SwarmCommon.yaml#/components/parameters/SwarmPostageBatchId" name: swarm-postage-batch-id required: true + requestBody: + required: true + description: The SOC binary data is composed of the span (8 bytes) and the at most 4KB payload. + content: + application/octet-stream: + schema: + type: string + format: binary responses: "201": description: Created