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
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

Configure credentials 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"
})