Skip to main content
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

Path Parameters

id
string
required

Query Parameters

workspace
string
required

Response

status
boolean
Example:
error
boolean
Example: