Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Share link ID
Response
Successfully updated share link
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
}'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Share link ID
Successfully updated share link
Was this page helpful?