mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
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:
parent
50627a3af2
commit
77ed947701
@ -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."
|
||||
/>
|
||||
|
@ -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."
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user