PATCH
/
api
/
v1
/
links
/
{id}
curl --request PATCH \
  --url https://{defaultHost}/api/v1/links/{id} \
  --header 'Content-Type: application/json' \
  --header 'X-Authorization: <api-key>' \
  --data '{
  "title": "<string>",
  "description": "<string>",
  "target_url": "<string>",
  "tags": [
    "<string>"
  ],
  "collections": [
    {
      "id": 123
    }
  ]
}'

Authorizations

X-Authorization
string
header
required

Path Parameters

id
string
required

id

Body

application/json

Response

200

successful