File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1002,8 +1002,8 @@ def update_audience_authority_level(authority_level)
10021002 # Get the per-unit statistics of how users interact with push messages and multicast messages.
10031003 #
10041004 # @param unit [String] Case-sensitive name of aggregation unit specified when sending the message.
1005- # @param from [String] Start date of aggregation period in UTC+9 with `yyyyMMdd`` format
1006- # @param to [String] End date of aggregation period in UTC+9 with `yyyyMMdd`` format.
1005+ # @param from [String] Start date of aggregation period in UTC+9 with `yyyyMMdd` format
1006+ # @param to [String] End date of aggregation period in UTC+9 with `yyyyMMdd` format.
10071007 #
10081008 # @return [Net::HTTPResponse]
10091009 def get_statistics_per_unit ( unit :, from :, to :)
@@ -1027,7 +1027,7 @@ def get_number_of_units
10271027 # Get the name list of units used this month for statistics aggregation.
10281028 #
10291029 # @param limit [Integer] Maximum number of aggregation units per request. Maximum: 100, Default: 100.
1030- # @param start [String] Value of the continuation token found in the next property of the JSON object returned in the response.
1030+ # @param start [String] Value of the continuation token found in the ` next` property of the JSON object returned in the response.
10311031 #
10321032 # @return [Net::HTTPResponse]
10331033 def get_unit_names ( limit : nil , start : nil )
You can’t perform that action at this time.
0 commit comments