PUT
/
v1
/
share-links
/
{id}
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
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Share link ID

Body

application/json

Response

200

Successfully updated share link