console: update the cron and scheduled events webhook placeholder

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8023
GitOrigin-RevId: da1f29dc426bf7f77a8c05be196cea8586a5f4ba
This commit is contained in:
Varun Choudhary 2023-02-17 13:08:22 +05:30 committed by hasura-bot
parent 50627a3af2
commit 77ed947701
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ const OneOffScheduledEventForm = (props: Props) => {
}
name="webhook"
label="Webhook URL"
placeholder="https://httpbin.com/post or {{MY_WEBHOOK_URL}}/handler"
placeholder="http://httpbin.org/post or {{MY_WEBHOOK_URL}}/handler"
tooltip="Environment variables and secrets are available using the {{VARIABLE}} tag. Environment variable templating is available for this field. Example: https://{{ENV_VAR}}/endpoint_url"
description="Note: Provide an URL or use an env var to template the handler URL if you have different URLs for multiple environments."
/>

View File

@ -70,7 +70,7 @@ const FormContent = (props: FormContentProps) => {
}
name="webhook"
label="Webhook URL"
placeholder="https://httpbin.com/post or {{MY_WEBHOOK_URL}}/handler"
placeholder="http://httpbin.org/post or {{MY_WEBHOOK_URL}}/handler"
tooltip="Environment variables and secrets are available using the {{VARIABLE}} tag. Environment variable templating is available for this field. Example: https://{{ENV_VAR}}/endpoint_url"
description="Note: Provide an URL or use an env var to template the handler URL if you have different URLs for multiple environments."
/>