patch
https://api.lucid.co/v1/teams/
Updates the properties of an existing team, such as its name or type. With user permissions, the team must be one the requesting user has edit access to. With admin permissions, any team belonging to the account can be updated.
400Bad Request. Occurs if the name in the request body is empty or exceeds the maximum allowed length.
403Forbidden. if the user making the request does not have access to the specified team. if the team is not directly accessible by the authenticated user or does not exist. * if the team is managed via SCIM. Use the SCIM Groups API to modify SCIM-managed teams.
409Conflict. Occurs if a team already exists with an identical name.