Skip to content

Commit 51ac66a

Browse files
authored
fix(RUNNER-7473): Archive remaining unused Custom API configs (#143)
- Added a note regarding clean up for unused custom APIs
1 parent 26e70dc commit 51ac66a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/pages/guides/using/creating_rest_apis.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Creating REST APIs
22

3+
> Note: IO Runtime cleans up custom APIs that have not been accessed for 90 days.
4+
35
You can create REST APIs from web actions you’ve deployed to Adobe I/O Runtime. Let’s assume that you’ve created four actions to manage CRUD operations for the `pet` entity:
46

57

@@ -26,7 +28,7 @@ Let’s see how you can create this API, assuming you have the web actions a
2628

2729
When creating or updating a REST API, it can take up to 5 minutes to see the changes.
2830

29-
## Using wsk CLI
31+
## Using AIO CLI
3032

3133
Using the `aio rt: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:
3234

@@ -298,4 +300,4 @@ Requests that have the requests originating from the IP addresses in the disallo
298300
"message":"Access from your IP address is not authorized"
299301
}
300302
```
301-
> 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.
303+
> 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.

0 commit comments

Comments
 (0)