Skip to main content
PUT
/
links
/
update
Update an existing link
curl --request PUT \
  --url https://api.reqlick.com/links/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'id=<string>' \
  --form domain=example.com \
  --form key=unique-key-123 \
  --form url=https://example.com \
  --form isFile=true \
  --form expiresAt=2023-11-07T05:31:56Z \
  --form 'password=<string>' \
  --form 'title=<string>' \
  --form 'description=<string>' \
  --form 'image=<string>' \
  --form isPublic=false \
  --form 'utm_source=<string>' \
  --form 'utm_medium=<string>' \
  --form 'utm_campaign=<string>' \
  --form 'utm_term=<string>' \
  --form 'utm_content=<string>' \
  --form 'ref=<string>' \
  --form isRecord=true \
  --form 'ios=<string>' \
  --form 'android=<string>' \
  --form file=@example-file
{
  "error": false
}

Authorizations

Authorization
string
header
required

Query Parameters

workspace
string
required

Body

multipart/form-data
file
file
id
string
domain
string
Example:
key
string
Example:
url
string
Example:
isFile
boolean
Example:
expiresAt
string<date-time>
password
string
title
string
description
string
image
string
isPublic
boolean
Example:
utm_source
string
utm_medium
string
utm_campaign
string
utm_term
string
utm_content
string
ref
string
isRecord
boolean
ios
string
android
string

Response

error
boolean
Example: