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