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
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
}
'Was this page helpful?