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

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.

curl -L -X POST 'https://api.turso.tech/v1/organizations/{organizationSlug}/groups/{groupName}/update' \
-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)