You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/serverless-containers/how-to/add-trigger-to-a-container.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ Refer to the [permissions sets documentation](/iam/reference-content/permission-
93
93
[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.
94
94
95
95
<Messagetype="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.
97
97
</Message>
98
98
99
99
1. Click **Containers** in the **Serverless** section of the side menu. The containers page displays.
Copy file name to clipboardExpand all lines: pages/serverless-functions/how-to/add-trigger-to-a-function.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ Scaleway [NATS subjects](/nats/quickstart/) are compatible with Serverless Funct
93
93
[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.
94
94
95
95
<Messagetype="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.
97
97
</Message>
98
98
99
99
1. Click **Functions** in the **Serverless** section of the side menu. The functions page displays.
0 commit comments