Update team properties using JSON Patch
| Code | Error Type | Description |
|---|---|---|
400 | BAD_REQUEST | Invalid JSON patch or malformed request |
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to update this team |
404 | NOT_FOUND | Team with given ID does not exist |
409 | CONFLICT | Concurrent modification detected |