Links
update link
Links
update link
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
Path Parameters
id
Body
application/json
Response
200
successful
Was this page helpful?
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
}
]
}'