cURL
curl --request PATCH \ --url https://prod.featherhq.com/api/v1/agent/version/{versionId}/share \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "secondsLimit": 1 } '
{ "id": "<string>", "shareToken": "<string>", "agentVersionId": "<string>", "secondsLimit": 123, "secondsUsed": 123, "createdAt": "<string>", "updatedAt": "<string>" }
Update the seconds limit for a shareable link
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x > 0
Shareable link updated successfully