Skip to content

Commit

Permalink
style: fix copy
Browse files Browse the repository at this point in the history
Co-authored-by: Jessica Schilling <jessica@protocol.ai>
  • Loading branch information
lidel and jessicaschilling authored Sep 9, 2020
1 parent 2886650 commit e5ae37f
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 @@ -77,7 +77,7 @@ In this case, the user can periodically check pinning progress via `GET /pins/{i
### Replacing an existing pin object
The user can replace an existing pin object via `POST /pins/{id}`. This is an atomic shortcut for removing pin object identified by `id` and creating a new one in a single API call. The new pin object `id` is returned in the `PinStatus` response. The old pin object is deleted automatically.
The user can replace an existing pin object via `POST /pins/{id}`. This is a shortcut for removing a pin object identified by `id` and creating a new one in a single API call. The new pin object `id` is returned in the `PinStatus` response. The old pin object is deleted automatically.
### Removing a pin object
Expand Down

0 comments on commit e5ae37f

Please sign in to comment.