provider Links PATCH /links/{link_id}
@utdk/front /links/{link_id}
Update a link
Update a link. For more information on links, see the [Links](https://dev.frontapp.com/reference/links) topic. Required scope: `links:write`
link_id path required
The Link ID
string

Try it

Authentication
Configure credentials for Core API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

updateALink
PATCH/links/{link_id}
Update a link. For more information on links, see the [Links](https://dev.frontapp.com/reference/links) topic. Required scope: `links:write`

Parameters

required

The Link ID

Input

Name of the link

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.updateALink({
  "link_id": "top_123"
})