Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
PATCH /api/teams/:slug
slug
string
{ "name": "New Team Name", "slug": "new-slug" }
name
curl -X PATCH https://lazyraccoon.dev/api/teams/my-team \ -H "Authorization: Bearer lr_your_key" \ -H "Content-Type: application/json" \ -d '{"name": "Renamed Team"}'
{ "id": "team-uuid", "name": "Renamed Team", "slug": "my-team" }