mirror of
https://github.com/cloudflare/cloudflare-python.git
synced 2026-01-11 19:57:00 +00:00
chore(docs): remove unnecessary param examples
This commit is contained in:
parent
315f0b0ffb
commit
07f3fd366e
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ from cloudflare import Cloudflare
|
|||
client = Cloudflare()
|
||||
|
||||
zone = client.zones.create(
|
||||
account={"id": "023e105f4ecef8ad9ca31a8372d0c353"},
|
||||
account={},
|
||||
name="example.com",
|
||||
)
|
||||
print(zone.account)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue