Skip to content

Commit 07f3fd3

Browse files
chore(docs): remove unnecessary param examples
1 parent 315f0b0 commit 07f3fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ from cloudflare import Cloudflare
150150
client = Cloudflare()
151151

152152
zone = client.zones.create(
153-
account={"id": "023e105f4ecef8ad9ca31a8372d0c353"},
153+
account={},
154154
name="example.com",
155155
)
156156
print(zone.account)

0 commit comments

Comments
 (0)