From 4dd977e3755b343e3c0f6cf853ee64b826ab174e Mon Sep 17 00:00:00 2001 From: RenautMestdagh <82072978+RenautMestdagh@users.noreply.github.com> Date: Wed, 27 Dec 2023 01:36:55 +0100 Subject: [PATCH] Update interaction-manager.md (#562) --- docs/API/interaction-manager.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/API/interaction-manager.md b/docs/API/interaction-manager.md index a13df4e93..d69c460f1 100644 --- a/docs/API/interaction-manager.md +++ b/docs/API/interaction-manager.md @@ -37,7 +37,7 @@ Dislikes given video. | video_id | `string` | Video id | -### removeLike(video_id) +### removeRating(video_id) Remover like/dislike. @@ -105,4 +105,4 @@ Only works with channels you are subscribed to. | Param | Type | Description | | --- | --- | --- | | channel_id | `string` | Channel id | -| type | `string` | `PERSONALIZED`, `ALL` or `NONE` | \ No newline at end of file +| type | `string` | `PERSONALIZED`, `ALL` or `NONE` |