Skip to main content
PATCH
/
team-data
Update Team
curl --request PATCH \
  --url https://www.api.baselink.tech/team-data \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>",
  "team": {}
}
Update team information and settings.
success
boolean
Indicates if the team was updated successfully.
message
string
Success or error message.
team
object
The updated team object.