pin_add
/api/v0/pin/add
Pin objects to local storage.
REQUEST
REQUEST PARAMS
arg
[Required] - Path to object(s) to be pinned.recursive
[Optional] - Recursively pin the object linked to by the specified object(s). The default istrue
.progress
[Optional] - Show progress.
RESPONSE
On success, the call to this endpoint returns with 200 and the following body:
BODY
RESULT FIELDS
Pins
- An array of Pin hashes.
Last updated