@@ -248,7 +248,6 @@ def list(
248248 token : str | NotGiven = NOT_GIVEN ,
249249 page_size : int | NotGiven = NOT_GIVEN ,
250250 filter : environment_list_params .Filter | NotGiven = NOT_GIVEN ,
251- organization_id : str | NotGiven = NOT_GIVEN ,
252251 pagination : environment_list_params .Pagination | NotGiven = NOT_GIVEN ,
253252 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
254253 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -261,8 +260,6 @@ def list(
261260 ListEnvironments returns a list of environments that match the query.
262261
263262 Args:
264- organization_id: organization_id is the ID of the organization that contains the environments
265-
266263 pagination: pagination contains the pagination options for listing environments
267264
268265 extra_headers: Send extra headers
@@ -279,7 +276,6 @@ def list(
279276 body = maybe_transform (
280277 {
281278 "filter" : filter ,
282- "organization_id" : organization_id ,
283279 "pagination" : pagination ,
284280 },
285281 environment_list_params .EnvironmentListParams ,
@@ -739,7 +735,6 @@ def list(
739735 token : str | NotGiven = NOT_GIVEN ,
740736 page_size : int | NotGiven = NOT_GIVEN ,
741737 filter : environment_list_params .Filter | NotGiven = NOT_GIVEN ,
742- organization_id : str | NotGiven = NOT_GIVEN ,
743738 pagination : environment_list_params .Pagination | NotGiven = NOT_GIVEN ,
744739 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
745740 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -752,8 +747,6 @@ def list(
752747 ListEnvironments returns a list of environments that match the query.
753748
754749 Args:
755- organization_id: organization_id is the ID of the organization that contains the environments
756-
757750 pagination: pagination contains the pagination options for listing environments
758751
759752 extra_headers: Send extra headers
@@ -770,7 +763,6 @@ def list(
770763 body = maybe_transform (
771764 {
772765 "filter" : filter ,
773- "organization_id" : organization_id ,
774766 "pagination" : pagination ,
775767 },
776768 environment_list_params .EnvironmentListParams ,
0 commit comments