ipfs / pinning-services-api-spec

Standalone, vendor-agnostic Pinning Service API for IPFS ecosystem
https://ipfs.github.io/pinning-services-api-spec/
Creative Commons Zero v1.0 Universal
100 stars 27 forks source link

fix: single pin I/O in POST operations #48

Closed lidel closed 3 years ago

lidel commented 3 years ago

This PR removes arrays and replaces them with single object in places which were missed before when we made the switch to single ops – context: https://github.com/ipfs/pinning-services-api-spec/pull/39#issuecomment-665274030

Preview: https://ipfs.github.io/pinning-services-api-spec/#specUrl=https://raw.githubusercontent.com/ipfs/pinning-services-api-spec/fix/single-pin-ops-everywhere/ipfs-pinning-service.yaml

Closes #46 cc @obo20