Skip to content

Commit fd1e223

Browse files
authored
Correct followers insight API endpoint (#361)
1 parent 7c2716a commit fd1e223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

line-bot-api-client/src/main/java/com/linecorp/bot/client/LineMessagingService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,6 @@ Call<Void> uploadRichMenuImage(
343343
* @param date Date for which to retrieve the number of followers. The format should be {@code yyyyMMdd}.
344344
* For example: {@literal "20191231"}) and the timezone should be UTC+9.
345345
*/
346-
@GET("v2/bot/insight/message/delivery?date={date}")
346+
@GET("v2/bot/insight/followers?date={date}")
347347
Call<GetNumberOfFollowersResponse> getNumberOfFollowers(@Query("date") String date);
348348
}

0 commit comments

Comments
 (0)