Rotate the share link
Mints a new share link and stops the old URL from granting access. Everyone you shared it with needs the new one.
Rotation does NOT evict anyone who already redeemed the old link. Their grant is a stored row, not a property of the URL, and it survives rotation — accessVersion is deliberately not bumped here. So rotation alone does not undo a leak: rotate to close the door, then DELETE .../members/{memberIdOrEmail} for anyone who already walked through it.
Bodyless: the study is the whole request, and the new secret is minted server-side by definition.
Response
The new link.
Changes
Changed in 1 of the 122 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 50 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○