Commit 80a02f5c authored by metacertain's avatar metacertain Committed by GitHub

openapi description fixes (#1035)

parent 4df2df33
openapi: 3.0.0 openapi: 3.0.0
info: info:
version: 0.4.0 version: 0.4.0
title: Swarm API title: Swarm API
description: 'A list of the currently provided Interfaces to interact with the swarm, implementing file operations' description: 'A list of the currently provided Interfaces to interact with the swarm, implementing file operations and sending messages'
security: security:
- {} - {}
......
...@@ -193,7 +193,7 @@ components: ...@@ -193,7 +193,7 @@ components:
name: name:
type: string type: string
address: address:
type: string $ref: '#/components/schemas/SwarmAddress'
startedAt: startedAt:
$ref: '#/components/schemas/DateTime' $ref: '#/components/schemas/DateTime'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment