User APIs/Share Track Links
Update Share Link
PATCH
/user/sharetracklinks/:idBearer token required
ADMIN | USERContent-Type:
application/jsonPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | number | Required |
Code Examples
curl -X PATCH 'https://<your-domain>:3001/user/sharetracklinks/:id' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json'