diff --git a/source/_integrations/rest_command.markdown b/source/_integrations/rest_command.markdown index 6824535e384..7b9ba7bec03 100644 --- a/source/_integrations/rest_command.markdown +++ b/source/_integrations/rest_command.markdown @@ -71,6 +71,11 @@ service_name: required: false type: boolean default: true + insecure_cipher: + description: Allow insecure ciphers for the request. This is useful for older servers/devices that do not support modern ciphers. + required: false + type: boolean + default: false {% endconfiguration %} ## Examples