Skip to main content
PUT
/
creator-pages
/
links
/
{id}
Update link
curl --request PUT \
  --url https://api.pocketsflow.com/creator-pages/links/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "<string>",
  "url": "<string>",
  "order": 123
}
'

Authorizations

Authorization
string
header
required

Enter your Pocketsflow API key (format: pk_live_... or pk_test_...)

Path Parameters

id
string
required

Link ID

Body

application/json
title
string
url
string<uri>
order
number

Response

200

Link updated successfully