From 0d77f1c106cdc329b49b9a10ae6d3115fb3379d9 Mon Sep 17 00:00:00 2001 From: livem Chan Date: Thu, 27 Mar 2025 17:25:17 +0800 Subject: [PATCH] Update mod_curl_3965033.mdx Update the syntax for the curl API --- docs/FreeSWITCH-Explained/Modules/mod_curl_3965033.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FreeSWITCH-Explained/Modules/mod_curl_3965033.mdx b/docs/FreeSWITCH-Explained/Modules/mod_curl_3965033.mdx index 958e4666..aa5da57d 100644 --- a/docs/FreeSWITCH-Explained/Modules/mod_curl_3965033.mdx +++ b/docs/FreeSWITCH-Explained/Modules/mod_curl_3965033.mdx @@ -89,8 +89,8 @@ You do need to urlencode the \_url, \_filename, \_extrapost channel variables or The CLI uses the api interface. The syntax for the curl API call is: -```xml -curl url [headers|json|content-type |connect-timeout |timeout ] [get|head|post|delete|put [data]] +``` +curl url [headers|json|content-type |connect-timeout |timeout |append_headers [|append_headers ]|insecure|secure|[proxy ]] [get|head|post|delete|put [data]] ``` From the commandline line issue: