Skip to content

Commit

Permalink
chore: missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Sep 18, 2020
1 parent c68b267 commit 46f23fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipfs-pinning-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ A full list of fields and schemas can be found in the `schemas` section of the [
Unique identifier of a pin request.
When a pin is created the service responds with unique `requestid` that can be later used for pin removal. When the same `cid` is pinned again, a different `requestid` is returned to differentiate between those pin requests.
When a pin is created, the service responds with unique `requestid` that can be later used for pin removal. When the same `cid` is pinned again, a different `requestid` is returned to differentiate between those pin requests.
Service implementation should use UUID, `hash(accessToken,Pin,PinStatus.created)`, or any other opaque identifier that provides equally strong protection against race conditions.
Expand Down

0 comments on commit 46f23fd

Please sign in to comment.