Skip to content

Commit df44d65

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit a103d46 of spec repo
1 parent c18c050 commit df44d65

17 files changed

+27
-26
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,8 @@ components:
789789
format: int64
790790
type: integer
791791
PageSize:
792-
description: Size for a given page. The maximum allowed value is 100.
792+
description: Size for a given page. The maximum allowed value is 100. Test change
793+
to trigger client generation.
793794
in: query
794795
name: page[size]
795796
required: false

lib/datadog_api_client/v2/api/authn_mappings_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def list_authn_mappings(opts = {})
233233
# List all AuthN Mappings in the org.
234234
#
235235
# @param opts [Hash] the optional parameters
236-
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
236+
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
237237
# @option opts [Integer] :page_number Specific page number to return.
238238
# @option opts [AuthNMappingsSort] :sort Sort AuthN Mappings depending on the given field.
239239
# @option opts [String] :filter Filter all mappings by the given string.

lib/datadog_api_client/v2/api/case_management_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ def search_cases(opts = {})
569569
# Search cases.
570570
#
571571
# @param opts [Hash] the optional parameters
572-
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
572+
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
573573
# @option opts [Integer] :page_number Specific page number to return.
574574
# @option opts [CaseSortableField] :sort_field Specify which field to sort
575575
# @option opts [String] :filter Search query

lib/datadog_api_client/v2/api/incident_services_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def list_incident_services(opts = {})
270270
#
271271
# @param opts [Hash] the optional parameters
272272
# @option opts [IncidentRelatedObject] :include Specifies which types of related objects should be included in the response.
273-
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
273+
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
274274
# @option opts [Integer] :page_offset Specific offset to use as the beginning of the returned page.
275275
# @option opts [String] :filter A search query that filters services by name.
276276
# @return [Array<(IncidentServicesResponse, Integer, Hash)>] IncidentServicesResponse data, response status code and response headers

lib/datadog_api_client/v2/api/incident_teams_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def list_incident_teams(opts = {})
270270
#
271271
# @param opts [Hash] the optional parameters
272272
# @option opts [IncidentRelatedObject] :include Specifies which types of related objects should be included in the response.
273-
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
273+
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
274274
# @option opts [Integer] :page_offset Specific offset to use as the beginning of the returned page.
275275
# @option opts [String] :filter A search query that filters teams by name.
276276
# @return [Array<(IncidentTeamsResponse, Integer, Hash)>] IncidentTeamsResponse data, response status code and response headers

lib/datadog_api_client/v2/api/incidents_api.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,7 @@ def list_incidents(opts = {})
16511651
#
16521652
# @param opts [Hash] the optional parameters
16531653
# @option opts [Array<IncidentRelatedObject>] :include Specifies which types of related objects should be included in the response.
1654-
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
1654+
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
16551655
# @option opts [Integer] :page_offset Specific offset to use as the beginning of the returned page.
16561656
# @return [Array<(IncidentsResponse, Integer, Hash)>] IncidentsResponse data, response status code and response headers
16571657
def list_incidents_with_http_info(opts = {})
@@ -1885,7 +1885,7 @@ def search_incidents(query, opts = {})
18851885
# @param opts [Hash] the optional parameters
18861886
# @option opts [IncidentRelatedObject] :include Specifies which types of related objects should be included in the response.
18871887
# @option opts [IncidentSearchSortOrder] :sort Specifies the order of returned incidents.
1888-
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
1888+
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
18891889
# @option opts [Integer] :page_offset Specific offset to use as the beginning of the returned page.
18901890
# @return [Array<(IncidentSearchResponse, Integer, Hash)>] IncidentSearchResponse data, response status code and response headers
18911891
def search_incidents_with_http_info(query, opts = {})

lib/datadog_api_client/v2/api/key_management_api.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ def list_api_keys(opts = {})
564564
# List all API keys available for your account.
565565
#
566566
# @param opts [Hash] the optional parameters
567-
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
567+
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
568568
# @option opts [Integer] :page_number Specific page number to return.
569569
# @option opts [APIKeysSort] :sort API key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.
570570
# @option opts [String] :filter Filter API keys by the specified string.
@@ -650,7 +650,7 @@ def list_application_keys(opts = {})
650650
# List all application keys available for your org
651651
#
652652
# @param opts [Hash] the optional parameters
653-
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
653+
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
654654
# @option opts [Integer] :page_number Specific page number to return.
655655
# @option opts [ApplicationKeysSort] :sort Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.
656656
# @option opts [String] :filter Filter application keys by the specified string.
@@ -728,7 +728,7 @@ def list_current_user_application_keys(opts = {})
728728
# List all application keys available for current user
729729
#
730730
# @param opts [Hash] the optional parameters
731-
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
731+
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
732732
# @option opts [Integer] :page_number Specific page number to return.
733733
# @option opts [ApplicationKeysSort] :sort Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.
734734
# @option opts [String] :filter Filter application keys by the specified string.

lib/datadog_api_client/v2/api/network_device_monitoring_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def list_devices(opts = {})
169169
# Get the list of devices.
170170
#
171171
# @param opts [Hash] the optional parameters
172-
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
172+
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
173173
# @option opts [Integer] :page_number Specific page number to return.
174174
# @option opts [String] :sort The field to sort the devices by.
175175
# @option opts [String] :filter_tag Filter devices by tag.

lib/datadog_api_client/v2/api/observability_pipelines_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def list_pipelines(opts = {})
251251
# Retrieve a list of pipelines.
252252
#
253253
# @param opts [Hash] the optional parameters
254-
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
254+
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
255255
# @option opts [Integer] :page_number Specific page number to return.
256256
# @return [Array<(ListPipelinesResponse, Integer, Hash)>] ListPipelinesResponse data, response status code and response headers
257257
def list_pipelines_with_http_info(opts = {})

lib/datadog_api_client/v2/api/roles_api.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ def list_roles(opts = {})
574574
# Returns all roles, including their names and their unique identifiers.
575575
#
576576
# @param opts [Hash] the optional parameters
577-
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
577+
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
578578
# @option opts [Integer] :page_number Specific page number to return.
579579
# @option opts [RolesSort] :sort Sort roles depending on the given field. Sort order is **ascending** by default. Sort order is **descending** if the field is prefixed by a negative sign, for example: `sort=-name`.
580580
# @option opts [String] :filter Filter all roles by the given string.
@@ -649,7 +649,7 @@ def list_role_users(role_id, opts = {})
649649
#
650650
# @param role_id [String] The unique identifier of the role.
651651
# @param opts [Hash] the optional parameters
652-
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100.
652+
# @option opts [Integer] :page_size Size for a given page. The maximum allowed value is 100. Test change to trigger client generation.
653653
# @option opts [Integer] :page_number Specific page number to return.
654654
# @option opts [String] :sort User attribute to order results by. Sort order is **ascending** by default. Sort order is **descending** if the field is prefixed by a negative sign, for example `sort=-name`. Options: `name`, `email`, `status`.
655655
# @option opts [String] :filter Filter all users by the given string. Defaults to no filtering.

0 commit comments

Comments
 (0)