Authorization: Bearer ********************{
"name": "string",
"description": "string"
}curl --location --request PUT '/api/v2/vmware/vpc//hpc/subnets//' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string"
}'{
"status": true,
"error_code": null,
"data": {
"id": "3a4dec5a-8854-4a4f-8a62-8c120bb63f96",
"name": "update",
"description": "string"
},
"message": "The subnet has been updated."
}