Skip to main content
PATCH
/
api
/
v1
/
:team_slug
/
:app_slug
/
third-party-links
/
:third_party_link_id
Error
A valid request URL is required to generate request examples
{
  "data": {
    "created_at": "<string>",
    "id": "<string>",
    "title": "<string>",
    "type": "<string>",
    "updated_at": "<string>",
    "url": "<string>"
  },
  "details": [
    "<string>"
  ],
  "success": true
}

Path Parameters

app_slug
string
required

App slug

team_slug
string
required

Team slug

Third-party link ID

Body

application/json

Third-party link update data

title
string
required
type
enum<string>
Available options:
image,
video,
link
url
string

Response

Third-party link updated successfully

data
object
details
string[]

Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes

success
boolean