Skip to main content
PATCH
/
api
/
v1
/
views
/
{viewId}
/
pin
PinView
curl --request PATCH \
  --url https://your-sift-api-url.com/api/v1/views/{viewId}/pin \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

viewId
string
required

Body

application/json · object

Response

A successful response.

The response is of type object.