Skip to main content
PATCH
/
portal
/
views
/
{resource}
/
{viewId}
Update a saved view for the current portal user
curl --request PATCH \
  --url https://api.example.com/portal/views/{resource}/{viewId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

resource
string
required
viewId
string
required

Response

200 - undefined