From e54cfe9b7578d888f7e253de90455f8b6f641129 Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Mon, 24 Jun 2019 13:38:03 -0500 Subject: [PATCH] Change Expand endpoints to Expand Operations Fix issue #102 https://github.com/CiscoDevNet/learning-labs-issues/issues/102 --- labs/CiscoContainerPlatform-101/3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/CiscoContainerPlatform-101/3.md b/labs/CiscoContainerPlatform-101/3.md index ca97d97..72f5340 100644 --- a/labs/CiscoContainerPlatform-101/3.md +++ b/labs/CiscoContainerPlatform-101/3.md @@ -2,7 +2,7 @@ Time to create our second cluster! Re-Open the API docs if you closed them and re-authenticate like you did earlier in the Lab. [Link: https://10.10.20.110/2/swaggerapi/](https://10.10.20.110/2/swaggerapi/). -Click on `Expand Endpoints` in the endpoint item entitled `2/clusters : List of cluster endpoints`. +Click on `Expand Operations` in the endpoint item entitled `2/clusters : List of cluster endpoints`. Scroll down to the green `POST` request, which allows us to create a new cluster.