PUT
/
links
/
{id}
/
status
Update the status of a link by its ID
curl --request PUT \
  --url https://api.reqlick.com/links/{id}/status \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "error": false
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the link to update

Query Parameters

workspace
string
required

Workspace URL

Response

Link status updated successfully

The response is of type object.