Skip to content

Commit

Permalink
ipfs: fix ipfs/add response size type to string
Browse files Browse the repository at this point in the history
ipfs/kubo#4008 (comment)

Also the decription is changed as it returns resulting IPFS node
size according to ipfs/kubo#4082
  • Loading branch information
sorki committed Aug 13, 2021
1 parent 86cb1fb commit 549f096
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3332,9 +3332,9 @@ paths:
example: QmZbHqiCxKEVX7QfijzJTkZiSi3WEVTcvANgNAWzDYgZDr
description: IPFS hash of the file
size:
type: integer
example: 125297
description: Size of the file
type: string
example: "125297"
description: IPFS node size in Bytes
required:
- name
- ipfs_hash
Expand Down

0 comments on commit 549f096

Please sign in to comment.