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

This operation causes some amount of downtime to occur during the update process. The version of libSQL server is taken from the latest built docker image.

Path Parameters

organizationName
string
required

The name of the organization or user.

groupName
string
required

The name of the group.