From 6d8b0b3fde366bda6b677b95f717a976d5b0f3f6 Mon Sep 17 00:00:00 2001 From: Edoardo Comar Date: Thu, 23 Feb 2023 16:13:03 +0000 Subject: [PATCH] Fix syntax for Updating the network configuration --- restricting_access_enterprise.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/restricting_access_enterprise.md b/restricting_access_enterprise.md index 885bff28..d17d1b8c 100644 --- a/restricting_access_enterprise.md +++ b/restricting_access_enterprise.md @@ -106,21 +106,21 @@ You can also switch the endpoints that your Enterprise cluster uses after provis To migrate directly from public or private to public-and-private endpoints: ```bash -ibmcloud resource service-instance-update --name --service-endpoint public-and-private +ibmcloud resource service-instance-update --name --service-endpoints public-and-private ``` {: codeblock} To migrate from public-and-private to public endpoints: ```bash -ibmcloud resource service-instance-update --name --service-endpoint public +ibmcloud resource service-instance-update --name --service-endpoints public ``` {: codeblock} To migrate from public-and-private to private endpoints: ```bash -ibmcloud resource service-instance-update --name --service-endpoint private +ibmcloud resource service-instance-update --name --service-endpoints private ``` {: codeblock}