Is is possible to modify an external network via the REST API? I see there is a GET /admin/network/{id}, and a PUT /admin/network/{id}, but GET returns an ExternalNetworkType while PUT wants an OrgVdcNetworkType. GETting, modifying only the description, and then PUTting is giving me an UNSUPPORTED_MEDIA_TYPE error, which I suppose corresponds to the element type mismatch?
vCloud 5.1
Thanks!