diff --git a/src/http.ts b/src/http.ts index a7464ca..31ac0ca 100644 --- a/src/http.ts +++ b/src/http.ts @@ -1438,12 +1438,12 @@ export class LemmyHttp { /** * Mark all replies as read. * - * `HTTP.POST /account/mention/mark_all_as_read` + * `HTTP.POST /account/mention/mark_as_read/all` */ markAllAsRead(options?: RequestOptions) { return this.#wrapper( HttpType.Post, - "/account/mention/mark_all_as_read", + "/account/mention/mark_as_read/all", {}, options, );