PUT
/
links
/
update
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>'
{
  "error": false
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

workspace
string
required

Workspace URL

Body

multipart/form-data

Response

200
application/json
Link updated successfully

The response is of type object.