mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-14 17:10:58 -07:00
Fix url formatting (#253)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
d4d9b8d3f7
commit
4d48c24681
42 changed files with 47 additions and 47 deletions
|
@ -76,7 +76,7 @@ options:
|
|||
push_endpoint:
|
||||
description:
|
||||
- A URL locating the endpoint to which messages should be pushed.
|
||||
- For example, a Webhook endpoint might use "U(https://example.com/push".)
|
||||
- For example, a Webhook endpoint might use "U(https://example.com/push").
|
||||
required: true
|
||||
attributes:
|
||||
description:
|
||||
|
@ -208,7 +208,7 @@ pushConfig:
|
|||
pushEndpoint:
|
||||
description:
|
||||
- A URL locating the endpoint to which messages should be pushed.
|
||||
- For example, a Webhook endpoint might use "U(https://example.com/push".)
|
||||
- For example, a Webhook endpoint might use "U(https://example.com/push").
|
||||
returned: success
|
||||
type: str
|
||||
attributes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue