cURL
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 } ] }'
id
Show child attributes
successful
Was this page helpful?