diff --git a/src/curl_wrapper.cpp b/src/curl_wrapper.cpp index 0fb0540..b034bf9 100644 --- a/src/curl_wrapper.cpp +++ b/src/curl_wrapper.cpp @@ -353,8 +353,8 @@ bool CURLWrapper::replace_parameter_in_uri(string &uri, { static constexpr array replace { - "id", "nickname", "nickname_or_id", - "hashtag", "permission_group" + "id", "nickname", "nickname_or_id", "account_id", + "list_id", "hashtag", "permission_group" }; if (any_of(replace.begin(), replace.end(), [¶meter](const auto &s) { return s == parameter.first; }))