Skip to main content
POST
/
link-anchors
/
{id}
/
set
Set the link set for a link anchor
curl --request POST \
  --url https://api.example.com/link-anchors/{id}/set \
  --header 'Content-Type: application/json' \
  --data '
{
  "linkSetId": "<string>"
}
'

Path Parameters

id
string
required

Body

application/json

The ID of the link set the link anchor belongs to

Response

200 - undefined