@@ -1446,7 +1446,7 @@ def list_incidents(
14461446
14471447 :param include: Specifies which types of related objects should be included in the response.
14481448 :type include: [IncidentRelatedObject], optional
1449- :param page_size: Size for a given page. The maximum allowed value is 100.
1449+ :param page_size: Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
14501450 :type page_size: int, optional
14511451 :param page_offset: Specific offset to use as the beginning of the returned page.
14521452 :type page_offset: int, optional
@@ -1477,7 +1477,7 @@ def list_incidents_with_pagination(
14771477
14781478 :param include: Specifies which types of related objects should be included in the response.
14791479 :type include: [IncidentRelatedObject], optional
1480- :param page_size: Size for a given page. The maximum allowed value is 100.
1480+ :param page_size: Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
14811481 :type page_size: int, optional
14821482 :param page_offset: Specific offset to use as the beginning of the returned page.
14831483 :type page_offset: int, optional
@@ -1564,7 +1564,7 @@ def search_incidents(
15641564 :type include: IncidentRelatedObject, optional
15651565 :param sort: Specifies the order of returned incidents.
15661566 :type sort: IncidentSearchSortOrder, optional
1567- :param page_size: Size for a given page. The maximum allowed value is 100.
1567+ :param page_size: Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
15681568 :type page_size: int, optional
15691569 :param page_offset: Specific offset to use as the beginning of the returned page.
15701570 :type page_offset: int, optional
@@ -1608,7 +1608,7 @@ def search_incidents_with_pagination(
16081608 :type include: IncidentRelatedObject, optional
16091609 :param sort: Specifies the order of returned incidents.
16101610 :type sort: IncidentSearchSortOrder, optional
1611- :param page_size: Size for a given page. The maximum allowed value is 100.
1611+ :param page_size: Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
16121612 :type page_size: int, optional
16131613 :param page_offset: Specific offset to use as the beginning of the returned page.
16141614 :type page_offset: int, optional
0 commit comments