diff --git a/include/curl_wrapper.hpp b/include/curl_wrapper.hpp index 44f3b0d..de160d2 100644 --- a/include/curl_wrapper.hpp +++ b/include/curl_wrapper.hpp @@ -61,8 +61,9 @@ enum class http_method * @code * parametermap parameters * { - * {"id", "12"}, - * {"poll[options]", vector{"Yes", "No", "Maybe"}} + * {"poll[expires_in]", "86400"}, + * {"poll[options]", vector{"Yes", "No", "Maybe"}}, + * {"status", "How is the weather?"} * }; * @endcode *