Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/guides/using/creating_rest_apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down