@@ -248,7 +248,6 @@ def list(
248
248
token : str | NotGiven = NOT_GIVEN ,
249
249
page_size : int | NotGiven = NOT_GIVEN ,
250
250
filter : environment_list_params .Filter | NotGiven = NOT_GIVEN ,
251
- organization_id : str | NotGiven = NOT_GIVEN ,
252
251
pagination : environment_list_params .Pagination | NotGiven = NOT_GIVEN ,
253
252
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
254
253
# The extra values given here take precedence over values defined on the client or passed to this method.
@@ -261,8 +260,6 @@ def list(
261
260
ListEnvironments returns a list of environments that match the query.
262
261
263
262
Args:
264
- organization_id: organization_id is the ID of the organization that contains the environments
265
-
266
263
pagination: pagination contains the pagination options for listing environments
267
264
268
265
extra_headers: Send extra headers
@@ -279,7 +276,6 @@ def list(
279
276
body = maybe_transform (
280
277
{
281
278
"filter" : filter ,
282
- "organization_id" : organization_id ,
283
279
"pagination" : pagination ,
284
280
},
285
281
environment_list_params .EnvironmentListParams ,
@@ -739,7 +735,6 @@ def list(
739
735
token : str | NotGiven = NOT_GIVEN ,
740
736
page_size : int | NotGiven = NOT_GIVEN ,
741
737
filter : environment_list_params .Filter | NotGiven = NOT_GIVEN ,
742
- organization_id : str | NotGiven = NOT_GIVEN ,
743
738
pagination : environment_list_params .Pagination | NotGiven = NOT_GIVEN ,
744
739
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
745
740
# The extra values given here take precedence over values defined on the client or passed to this method.
@@ -752,8 +747,6 @@ def list(
752
747
ListEnvironments returns a list of environments that match the query.
753
748
754
749
Args:
755
- organization_id: organization_id is the ID of the organization that contains the environments
756
-
757
750
pagination: pagination contains the pagination options for listing environments
758
751
759
752
extra_headers: Send extra headers
@@ -770,7 +763,6 @@ def list(
770
763
body = maybe_transform (
771
764
{
772
765
"filter" : filter ,
773
- "organization_id" : organization_id ,
774
766
"pagination" : pagination ,
775
767
},
776
768
environment_list_params .EnvironmentListParams ,
0 commit comments