Error when creating ingress

Description:
when trying to create an ingress in helm chart pmm/pmm 1.4.3

ingress:
  enabled: true
  ingressClassName: nginx
  hosts:
    - host: 172.19.0.3.sslip.io
      paths:
        - /
  pathType: Prefix

I get an error:
Helm upgrade failed for release pmm/pmm with chart pmm@1.4.3: failed to create resource: admission webhook “validate.nginx.ingress.kubernetes.io” denied the request: ingress contains invalid paths: path /agent. cannot be used with pathType Prefix path /inventory. cannot be used with pathType Prefix path /management. cannot be used with pathType Prefix path /server. cannot be used with pathType Prefix

what could be the mistake?

solved
pathType: ImplementationSpecific