POST
/
v1
/
organizations
/
{organizationSlug}
/
groups
/
{groupName}
/
auth
/
rotate
curl -L -X POST 'https://api.turso.tech/v1/organizations/{organizationSlug}/groups/{groupName}/auth/rotate' \
-H 'Authorization: Bearer TOKEN'
This response does not have an example.
curl -L -X POST 'https://api.turso.tech/v1/organizations/{organizationSlug}/groups/{groupName}/auth/rotate' \
-H 'Authorization: Bearer TOKEN'

Path Parameters

organizationSlug
string
required

The slug of the organization or user account.

groupName
string
required

The name of the group.

Response

200
_mintlify/placeholder

Successful response (No Content)