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
4 changes: 2 additions & 2 deletions src/pages/guides/using/creating_rest_apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ aio rt:api:get /pet-store > pet-store-swagger.json

Suppose that you want to restore or create the same API, maybe in some other namespace. All you have to is to run:
```
aio rt:api:create --config-file pet-store-swagger.json
aio rt:api:create --config-file=pet-store-swagger.json
```
This will work as long as the actions are already created in that namespace.

Expand Down Expand Up @@ -298,4 +298,4 @@ Requests that have the requests originating from the IP addresses in the disallo
"message":"Access from your IP address is not authorized"
}
```
> Make sure that the `my-require-gw-validation-web-action` is configured to be a web action with `-a require-gw-validation true`, otherwise the action can be accessed publicly without any restrictions on the non api url.
> Make sure that the `my-require-gw-validation-web-action` is configured to be a web action with `-a require-gw-validation true`, otherwise the action can be accessed publicly without any restrictions on the non api url.