PUT
/
api
/
links
/
{id}
/

Authorizations

X-API-ID
string
headerrequired

API ID, from your settings page.

X-API-KEY
string
headerrequired

API Key, from your settings page.

Path Parameters

id
string
required

A UUID string identifying this link.

Body

url
string | null
Maximum length: 1000
title
string | null
Maximum length: 1000
description
string | null
image_urls
string[]
video_urls
string[]
reviews
any | null
logo_url
string | null
Maximum length: 200

Response

200 - application/json
id
string
required
url
string | null
Maximum length: 1000
title
string | null
Maximum length: 1000
description
string | null
image_urls
string[]
video_urls
string[]
reviews
any | null
logo_url
string | null
Maximum length: 200