Does anybody know where in the documentation can I find the command below to dynamically change the PVC storage?

kubectl patch pvc -p ‘{“spec”:{“resources”:{“requests”:{“storage”:“70Gi”}}}}’