AuthTeam
Update Team
Update Team settings
Authorization
Bearer AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Path Parameters
team_id*Team Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://example.com/v3/team/string" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{ "id": 0, "name": "string", "enable_sdwan": true, "enable_dns": true, "owner_id": 0, "owner_email": "user@example.com", "is_admin": true, "enable_netbox": true, "managed": true, "is_legacy": true, "member_count": 0, "domain_count": 0}How is this guide?
Last updated on