Skip to main content
PUT
/
teams
/
{id}
Update team
curl --request PUT \
  --url https://nvidia.casebender.com/api/v1/teams/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "function": "<string>",
  "tier": "<string>",
  "escalationTeamId": "<string>",
  "email": "<string>",
  "slackChannel": "<string>",
  "teamsChannel": "<string>",
  "timezone": "<string>"
}
'

Authorizations

Authorization
string
header
required

API key authentication. Use format: Bearer cbr_live_your_key

Path Parameters

id
string
required

Body

application/json
name
string
Required string length: 2 - 100
description
string
function
string
tier
string
escalationTeamId
string | null
email
string | null
slackChannel
string | null
teamsChannel
string | null
timezone
string | null

Response

200

Default Response