mirror of
https://github.com/cloudflare/cloudflare-python.git
synced 2026-01-16 23:01:03 +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()
|
client = Cloudflare()
|
||||||
|
|
||||||
zone = client.zones.create(
|
zone = client.zones.create(
|
||||||
account={"id": "023e105f4ecef8ad9ca31a8372d0c353"},
|
account={},
|
||||||
name="example.com",
|
name="example.com",
|
||||||
)
|
)
|
||||||
print(zone.account)
|
print(zone.account)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue