@@ -33,10 +33,10 @@ def create_retention_filter(app_id, body, opts = {})
33
33
34
34
# Create a RUM retention filter.
35
35
#
36
- # Create a RUM retention filter for an application.
36
+ # Create a RUM retention filter for a RUM application.
37
37
# Returns RUM retention filter objects from the request body when the request is successful.
38
38
#
39
- # @param app_id [String] Application ID.
39
+ # @param app_id [String] RUM application ID.
40
40
# @param body [RumRetentionFilterCreateRequest] The definition of the new RUM retention filter.
41
41
# @param opts [Hash] the optional parameters
42
42
# @return [Array<(RumRetentionFilterResponse, Integer, Hash)>] RumRetentionFilterResponse data, response status code and response headers
@@ -106,9 +106,9 @@ def delete_retention_filter(app_id, rf_id, opts = {})
106
106
107
107
# Delete a RUM retention filter.
108
108
#
109
- # Delete a RUM retention filter for an application.
109
+ # Delete a RUM retention filter for a RUM application.
110
110
#
111
- # @param app_id [String] Application ID.
111
+ # @param app_id [String] RUM application ID.
112
112
# @param rf_id [String] Retention filter ID.
113
113
# @param opts [Hash] the optional parameters
114
114
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
@@ -176,9 +176,9 @@ def get_retention_filter(app_id, rf_id, opts = {})
176
176
177
177
# Get a RUM retention filter.
178
178
#
179
- # Get a RUM retention filter for an application.
179
+ # Get a RUM retention filter for a RUM application.
180
180
#
181
- # @param app_id [String] Application ID.
181
+ # @param app_id [String] RUM application ID.
182
182
# @param rf_id [String] Retention filter ID.
183
183
# @param opts [Hash] the optional parameters
184
184
# @return [Array<(RumRetentionFilterResponse, Integer, Hash)>] RumRetentionFilterResponse data, response status code and response headers
@@ -246,9 +246,9 @@ def list_retention_filters(app_id, opts = {})
246
246
247
247
# Get all RUM retention filters.
248
248
#
249
- # Get the list of RUM retention filters for an application.
249
+ # Get the list of RUM retention filters for a RUM application.
250
250
#
251
- # @param app_id [String] Application ID.
251
+ # @param app_id [String] RUM application ID.
252
252
# @param opts [Hash] the optional parameters
253
253
# @return [Array<(RumRetentionFiltersResponse, Integer, Hash)>] RumRetentionFiltersResponse data, response status code and response headers
254
254
def list_retention_filters_with_http_info ( app_id , opts = { } )
@@ -311,10 +311,10 @@ def order_retention_filters(app_id, body, opts = {})
311
311
312
312
# Order RUM retention filters.
313
313
#
314
- # Order RUM retention filters for an application.
314
+ # Order RUM retention filters for a RUM application.
315
315
# Returns RUM retention filter objects without attributes and meta from the request body when the request is successful.
316
316
#
317
- # @param app_id [String] Application ID.
317
+ # @param app_id [String] RUM application ID.
318
318
# @param body [RumRetentionFiltersOrderRequest] New definition of the RUM retention filter.
319
319
# @param opts [Hash] the optional parameters
320
320
# @return [Array<(RumRetentionFiltersOrderResponse, Integer, Hash)>] RumRetentionFiltersOrderResponse data, response status code and response headers
@@ -384,10 +384,10 @@ def update_retention_filter(app_id, rf_id, body, opts = {})
384
384
385
385
# Update a RUM retention filter.
386
386
#
387
- # Update a RUM retention filter for an application.
387
+ # Update a RUM retention filter for a RUM application.
388
388
# Returns RUM retention filter objects from the request body when the request is successful.
389
389
#
390
- # @param app_id [String] Application ID.
390
+ # @param app_id [String] RUM application ID.
391
391
# @param rf_id [String] Retention filter ID.
392
392
# @param body [RumRetentionFilterUpdateRequest] New definition of the RUM retention filter.
393
393
# @param opts [Hash] the optional parameters
0 commit comments