/api/v0/pin/remote/service/add

Add remote pinning service.

Arguments

  • arg [string]: Service name. Required: yes.

  • arg [string]: Service endpoint. Required: yes.

  • arg [string]: Service key. Required: yes.

Response

On success, the call to this endpoint will return with 200 and the following body:

This endpoint returns a `text/plain` response body.

cURL Example

curl -X POST "http://127.0.0.1:5001/api/v0/pin/remote/service/add?arg=<service>&arg=<endpoint>&arg=<key>"

Last updated