cloudfoundry/cloud_controller_ng

Invalid parameter in quota documentation example

sleungcy opened this issue · 1 comments

Hi,

The example provided in the documentation seems to be invalid. The documentation uses domains.total_domains rather than domains.total_private_domains.

Could you help clarify in the docs which is the correct parameter to use?

Thanks,
Sam

Thank you for pointing out this issue @sleungcy! The correct parameter to use in V3 is domains.total_domains. I just submitted PR #3786 to correct it.