cURL
curl --request PUT \ --url https://api.anam.ai/v1/share-links/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "expiresInHours": 123, "usageLimit": 123 }'
Update a share link by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Share link ID
Successfully updated share link
Was this page helpful?