Update Team
Create a new team
Method: PUT
Endpoint:Â
/omni/team/{team_id}
System Authorization: Authorization: Key=your-auth-key
User Authentication: tokenKey: {token}
{
"active": <boolean>
"team_name": <string>,
"supervisor_id": <integer>,
"working_hours": <decimal>,
"well_being_deck_id": <integer>
}
Â