Skip to main content
PATCH
/
organizations
/
{slug}
/
teams
/
{team_slug}
cURL
curl --request PATCH \
  --url https://api.avala.ai/api/v1/organizations/{slug}/teams/{team_slug}/ \
  --header 'Content-Type: application/json' \
  --header 'X-Avala-Api-Key: <api-key>' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "color": "<string>"
}
'
{
  "name": "<string>",
  "description": "<string>",
  "color": "<string>"
}

Authorizations

X-Avala-Api-Key
string
header
required

API key for authentication. Generate one in Mission Control Settings > Security & Identity.

Path Parameters

slug
string
required
team_slug
string
required

Body

application/json
name
string
Required string length: 1 - 255
description
string
Maximum string length: 1024
color
string

Hex color code for the team (e.g., '#6366F1').

Required string length: 1 - 7

Response

200 - application/json
name
string
Required string length: 1 - 255
description
string
Maximum string length: 1024
color
string

Hex color code for the team (e.g., '#6366F1').

Required string length: 1 - 7