Skip to main content
PUT
Update Team

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
team_name
string

New unique name to assign to the team.

Example:

"new-team-name"

Response

Success: {"success": true, "msg": "Team Name Updated Successfully!"}

success
boolean

Always true on success

msg
string

Human-readable confirmation message