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: