Skip to content

Commit 3007fb4

Browse files
chore(api): update composite API spec
1 parent a41f7ff commit 3007fb4

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 2273
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a6c352830d1270d0abb5bb983058ea21815e1bb7d2e163965335dcb0e706f057.yml
3-
openapi_spec_hash: 8540f176024efef3ee799015ad4a2dd9
3+
openapi_spec_hash: d440b6377c255296d9fdc0b89e59b511
44
config_hash: 86a9b8037b215f0a9c5c69239f9c6cfd

src/cloudflare/resources/organizations/organization_profile.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def update(
6262
) -> None:
6363
"""Modify organization profile.
6464
65-
(Currently in Closed Beta - see
65+
(Currently in Public Beta - see
6666
https://developers.cloudflare.com/fundamentals/organizations/)
6767
6868
Args:
@@ -108,7 +108,7 @@ def get(
108108
) -> Result:
109109
"""Get an organizations profile if it exists.
110110
111-
(Currently in Closed Beta - see
111+
(Currently in Public Beta - see
112112
https://developers.cloudflare.com/fundamentals/organizations/)
113113
114114
Args:
@@ -173,7 +173,7 @@ async def update(
173173
) -> None:
174174
"""Modify organization profile.
175175
176-
(Currently in Closed Beta - see
176+
(Currently in Public Beta - see
177177
https://developers.cloudflare.com/fundamentals/organizations/)
178178
179179
Args:
@@ -219,7 +219,7 @@ async def get(
219219
) -> Result:
220220
"""Get an organizations profile if it exists.
221221
222-
(Currently in Closed Beta - see
222+
(Currently in Public Beta - see
223223
https://developers.cloudflare.com/fundamentals/organizations/)
224224
225225
Args:

src/cloudflare/resources/organizations/organizations.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def create(
8585
) -> Organization:
8686
"""Create a new organization for a user.
8787
88-
(Currently in Closed Beta - see
88+
(Currently in Public Beta - see
8989
https://developers.cloudflare.com/fundamentals/organizations/)
9090
9191
Args:
@@ -133,7 +133,7 @@ def update(
133133
) -> Organization:
134134
"""Modify organization.
135135
136-
(Currently in Closed Beta - see
136+
(Currently in Public Beta - see
137137
https://developers.cloudflare.com/fundamentals/organizations/)
138138
139139
Args:
@@ -186,7 +186,7 @@ def list(
186186
"""Retrieve a list of organizations a particular user has access to.
187187
188188
(Currently in
189-
Closed Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
189+
Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
190190
191191
Args:
192192
id: Only return organizations with the specified IDs (ex. id=foo&id=bar). Send
@@ -246,7 +246,7 @@ def delete(
246246
247247
The organization MUST be empty before deleting. It must
248248
not contain any sub-organizations, accounts, members or users. (Currently in
249-
Closed Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
249+
Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
250250
251251
Args:
252252
extra_headers: Send extra headers
@@ -284,7 +284,7 @@ def get(
284284
) -> Organization:
285285
"""Retrieve the details of a certain organization.
286286
287-
(Currently in Closed Beta - see
287+
(Currently in Public Beta - see
288288
https://developers.cloudflare.com/fundamentals/organizations/)
289289
290290
Args:
@@ -354,7 +354,7 @@ async def create(
354354
) -> Organization:
355355
"""Create a new organization for a user.
356356
357-
(Currently in Closed Beta - see
357+
(Currently in Public Beta - see
358358
https://developers.cloudflare.com/fundamentals/organizations/)
359359
360360
Args:
@@ -402,7 +402,7 @@ async def update(
402402
) -> Organization:
403403
"""Modify organization.
404404
405-
(Currently in Closed Beta - see
405+
(Currently in Public Beta - see
406406
https://developers.cloudflare.com/fundamentals/organizations/)
407407
408408
Args:
@@ -455,7 +455,7 @@ def list(
455455
"""Retrieve a list of organizations a particular user has access to.
456456
457457
(Currently in
458-
Closed Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
458+
Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
459459
460460
Args:
461461
id: Only return organizations with the specified IDs (ex. id=foo&id=bar). Send
@@ -515,7 +515,7 @@ async def delete(
515515
516516
The organization MUST be empty before deleting. It must
517517
not contain any sub-organizations, accounts, members or users. (Currently in
518-
Closed Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
518+
Public Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
519519
520520
Args:
521521
extra_headers: Send extra headers
@@ -553,7 +553,7 @@ async def get(
553553
) -> Organization:
554554
"""Retrieve the details of a certain organization.
555555
556-
(Currently in Closed Beta - see
556+
(Currently in Public Beta - see
557557
https://developers.cloudflare.com/fundamentals/organizations/)
558558
559559
Args:

0 commit comments

Comments
 (0)