Commit c4359ee6 authored by Attila Gazso's avatar Attila Gazso Committed by GitHub

fix address property name in openapi schema (#1067)

Co-authored-by: default avatarMetacertain <metacertain@gmail.com>
parent a96c4c23
......@@ -16,7 +16,7 @@ components:
Address:
type: object
properties:
Address:
address:
$ref: '#/components/schemas/SwarmAddress'
Addresses:
......@@ -166,9 +166,9 @@ components:
NewTagRequest:
type: object
properties:
Name:
name:
type: string
Address:
address:
$ref: '#/components/schemas/SwarmAddress'
NewTagResponse:
......
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