You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v2/api/key_management_api.rb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -564,7 +564,7 @@ def list_api_keys(opts = {})
564
564
# List all API keys available for your account.
565
565
#
566
566
# @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.
568
568
# @option opts [Integer] :page_number Specific page number to return.
569
569
# @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.
570
570
# @option opts [String] :filter Filter API keys by the specified string.
# List all application keys available for your org
651
651
#
652
652
# @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.
654
654
# @option opts [Integer] :page_number Specific page number to return.
655
655
# @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.
656
656
# @option opts [String] :filter Filter application keys by the specified string.
# List all application keys available for current user
729
729
#
730
730
# @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.
732
732
# @option opts [Integer] :page_number Specific page number to return.
733
733
# @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.
734
734
# @option opts [String] :filter Filter application keys by the specified string.
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v2/api/roles_api.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -574,7 +574,7 @@ def list_roles(opts = {})
574
574
# Returns all roles, including their names and their unique identifiers.
575
575
#
576
576
# @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.
578
578
# @option opts [Integer] :page_number Specific page number to return.
579
579
# @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`.
580
580
# @option opts [String] :filter Filter all roles by the given string.
# @param role_id [String] The unique identifier of the role.
651
651
# @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.
653
653
# @option opts [Integer] :page_number Specific page number to return.
654
654
# @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`.
655
655
# @option opts [String] :filter Filter all users by the given string. Defaults to no filtering.
0 commit comments