@@ -71,8 +71,10 @@ def create(
7171 extra_body : Body | None = None ,
7272 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
7373 ) -> Organization :
74- """
75- Create a new organization for a user.
74+ """Create a new organization for a user.
75+
76+ (Currently in Closed Beta - see
77+ https://developers.cloudflare.com/fundamentals/organizations/)
7678
7779 Args:
7880 extra_headers: Send extra headers
@@ -117,8 +119,10 @@ def update(
117119 extra_body : Body | None = None ,
118120 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
119121 ) -> Organization :
120- """
121- Modify organization
122+ """Modify organization.
123+
124+ (Currently in Closed Beta - see
125+ https://developers.cloudflare.com/fundamentals/organizations/)
122126
123127 Args:
124128 extra_headers: Send extra headers
@@ -167,8 +171,10 @@ def list(
167171 extra_body : Body | None = None ,
168172 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
169173 ) -> SyncSinglePage [Organization ]:
170- """
171- Retrieve a list of organizations a particular user has access to.
174+ """Retrieve a list of organizations a particular user has access to.
175+
176+ (Currently in
177+ Closed Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
172178
173179 Args:
174180 id: Only return organizations with the specified IDs (ex. id=foo&id=bar). Send
@@ -227,7 +233,8 @@ def delete(
227233 """Delete an organization.
228234
229235 The organization MUST be empty before deleting. It must
230- not contain any sub-organizations, accounts, members or users.
236+ not contain any sub-organizations, accounts, members or users. (Currently in
237+ Closed Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
231238
232239 Args:
233240 extra_headers: Send extra headers
@@ -263,8 +270,10 @@ def get(
263270 extra_body : Body | None = None ,
264271 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
265272 ) -> Organization :
266- """
267- Retrieve the details of a certain organization.
273+ """Retrieve the details of a certain organization.
274+
275+ (Currently in Closed Beta - see
276+ https://developers.cloudflare.com/fundamentals/organizations/)
268277
269278 Args:
270279 extra_headers: Send extra headers
@@ -327,8 +336,10 @@ async def create(
327336 extra_body : Body | None = None ,
328337 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
329338 ) -> Organization :
330- """
331- Create a new organization for a user.
339+ """Create a new organization for a user.
340+
341+ (Currently in Closed Beta - see
342+ https://developers.cloudflare.com/fundamentals/organizations/)
332343
333344 Args:
334345 extra_headers: Send extra headers
@@ -373,8 +384,10 @@ async def update(
373384 extra_body : Body | None = None ,
374385 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
375386 ) -> Organization :
376- """
377- Modify organization
387+ """Modify organization.
388+
389+ (Currently in Closed Beta - see
390+ https://developers.cloudflare.com/fundamentals/organizations/)
378391
379392 Args:
380393 extra_headers: Send extra headers
@@ -423,8 +436,10 @@ def list(
423436 extra_body : Body | None = None ,
424437 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
425438 ) -> AsyncPaginator [Organization , AsyncSinglePage [Organization ]]:
426- """
427- Retrieve a list of organizations a particular user has access to.
439+ """Retrieve a list of organizations a particular user has access to.
440+
441+ (Currently in
442+ Closed Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
428443
429444 Args:
430445 id: Only return organizations with the specified IDs (ex. id=foo&id=bar). Send
@@ -483,7 +498,8 @@ async def delete(
483498 """Delete an organization.
484499
485500 The organization MUST be empty before deleting. It must
486- not contain any sub-organizations, accounts, members or users.
501+ not contain any sub-organizations, accounts, members or users. (Currently in
502+ Closed Beta - see https://developers.cloudflare.com/fundamentals/organizations/)
487503
488504 Args:
489505 extra_headers: Send extra headers
@@ -519,8 +535,10 @@ async def get(
519535 extra_body : Body | None = None ,
520536 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
521537 ) -> Organization :
522- """
523- Retrieve the details of a certain organization.
538+ """Retrieve the details of a certain organization.
539+
540+ (Currently in Closed Beta - see
541+ https://developers.cloudflare.com/fundamentals/organizations/)
524542
525543 Args:
526544 extra_headers: Send extra headers
0 commit comments