From 7463ac0ea23c181a13c6df3244d34b7db8b119a4 Mon Sep 17 00:00:00 2001 From: My Name is Risha <46104134+Risha18@users.noreply.github.com> Date: Tue, 15 Nov 2022 13:47:04 -0500 Subject: [PATCH] Update creating_rest_apis.md --- src/pages/guides/using/creating_rest_apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/guides/using/creating_rest_apis.md b/src/pages/guides/using/creating_rest_apis.md index ecb2727b..6cf98cf4 100644 --- a/src/pages/guides/using/creating_rest_apis.md +++ b/src/pages/guides/using/creating_rest_apis.md @@ -29,7 +29,7 @@ When creating or updating a REST API, it can take up to 5 minutes to see the cha ## Using wsk CLI Using the `wsk api create` command, you create each API endpoint one-by-one. This command allows you to set a base path, path, method, and response type. We will set: - +Below are sample commands try creating resouce before using below ``` wsk api create /pet-store /pet post createPet --response-type http wsk api create /pet-store /pet get getPet --response-type http