POST
/
v1
/
organizations
/
{organizationName}
/
groups
/
{groupName}
/
auth
/
rotate
curl -L -X POST 'https://api.turso.tech/v1/organizations/{organizationName}/groups/{groupName}/auth/rotate' \
-H 'Authorization: Bearer TOKEN'
This response has no body data.

Path Parameters

organizationName
string
required

The name of the organization or user.

groupName
string
required

The name of the group.