cURL
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 }
Update a link for the authenticated workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace URL
Link updated successfully
The response is of type object.
object