latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-20156222625.6 KB

548954252807

User testing

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 scenario is the whole request, and the new secret is minted server-side by definition.

post/projects/{projectId}/user-testing/scenarios/{scenarioId}/rotate-link

Response

The new link.

idstring required
projectIdstring required
rotatedtrue required
linkstring nullable required

The NEW share link. The old one stops working immediately.