Skip to content

Commit f9d0597

Browse files
committed
docs(object): update
1 parent 80a93a8 commit f9d0597

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/serverless-containers/how-to/add-trigger-to-a-container.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Refer to the [permissions sets documentation](/iam/reference-content/permission-
9393
[CRON triggers](/serverless-containers/concepts/#cron-trigger) allow you to invoke your containers based on a recurring schedule. The CRON triggers for Serverless Containers use the **UTC** time zone.
9494

9595
<Message type="note">
96-
The arguments of a CRON trigger are injected in the body of the `POST` HTTP request.
96+
The arguments of a CRON trigger are injected in the body of the `POST` HTTP request, and sent to the `/` endpoint.
9797
</Message>
9898

9999
1. Click **Containers** in the **Serverless** section of the side menu. The containers page displays.

pages/serverless-functions/how-to/add-trigger-to-a-function.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Scaleway [NATS subjects](/nats/quickstart/) are compatible with Serverless Funct
9393
[CRON triggers](/serverless-functions/concepts/#cron-trigger) allow you to invoke your functions based on a recurring schedule. The CRON triggers for Serverless Functions use the **UTC** time zone.
9494

9595
<Message type="note">
96-
The arguments of a CRON trigger are injected in the body of the `POST` HTTP request.
96+
The arguments of a CRON trigger are injected in the body of the `POST` HTTP request, and sent to the `/` endpoint.
9797
</Message>
9898

9999
1. Click **Functions** in the **Serverless** section of the side menu. The functions page displays.

0 commit comments

Comments
 (0)