[PR #9447/5f47127e backport][stable-10] adjust doc style - batch 2 (#9463)

adjust doc style - batch 2 (#9447)

(cherry picked from commit 5f47127ef7)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2024-12-29 14:12:46 +01:00 committed by GitHub
parent ec6c2a76ad
commit cb969fc468
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 47 additions and 47 deletions

View file

@ -14,7 +14,7 @@ author:
- Michael Gruener (@mgruener)
short_description: Manage Cloudflare DNS records
description:
- 'Manages dns records using the Cloudflare API, see the docs: U(https://api.cloudflare.com/).'
- 'Manages DNS records using the Cloudflare API, see the docs: U(https://api.cloudflare.com/).'
extends_documentation_fragment:
- community.general.attributes
attributes:
@ -26,7 +26,7 @@ options:
api_token:
description:
- API token.
- Required for api token authentication.
- Required for API token authentication.
- "You can obtain your API token from the bottom of the Cloudflare 'My Account' page, found here: U(https://dash.cloudflare.com/)."
- Can be specified in E(CLOUDFLARE_TOKEN) environment variable since community.general 2.0.0.
type: str
@ -34,7 +34,7 @@ options:
account_api_key:
description:
- Account API key.
- Required for api keys authentication.
- Required for API keys authentication.
- "You can obtain your API key from the bottom of the Cloudflare 'My Account' page, found here: U(https://dash.cloudflare.com/)."
type: str
aliases: [account_api_token]