Skip to main content
PATCH
/
v2
/
teams
/
{teamId}
Edit a team
curl --request PATCH \
  --url https://rest.forestreet.com/v2/teams/{teamId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "name": "<string>",
  "domain": "<string>",
  "teamAdmin": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "theme": "<string>"
}
'
{
  "success": false,
  "errorCode": "INVALID_INPUT",
  "message": "Bad Request - Invalid input"
}

Authorizations

x-api-key
string
header
required

Pass a static API key for every request, provided by your customer support.

Body

application/json
name
string
domain
string
teamAdmin
string<uuid>
theme
string | null

Response

No content