Skip to content

Commit

Permalink
fix: single pin I/O in POST operations (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel authored Aug 14, 2020
1 parent 3db1b5e commit 822e391
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ipfs-pinning-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/PinResults'
$ref: '#/components/schemas/PinStatus'
'400':
$ref: '#/components/responses/BadRequest'
'401':
Expand Down Expand Up @@ -229,9 +229,7 @@ paths:
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Pin'
$ref: '#/components/schemas/Pin'
responses:
'202':
description: Accepted
Expand Down

0 comments on commit 822e391

Please sign in to comment.