summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/curl_wrapper.hpp5
1 files changed, 3 insertions, 2 deletions
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<string_view>{"Yes", "No", "Maybe"}}
+ * {"poll[expires_in]", "86400"},
+ * {"poll[options]", vector<string_view>{"Yes", "No", "Maybe"}},
+ * {"status", "How is the weather?"}
* };
* @endcode
*