@@ -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