diff --git a/docs/docs/sinks/http-sink.md b/docs/docs/sinks/http-sink.md index 1c613446b..d1cb66725 100644 --- a/docs/docs/sinks/http-sink.md +++ b/docs/docs/sinks/http-sink.md @@ -144,7 +144,7 @@ This config if set to true will allow body for the HTTP DELETE method, otherwise ### `SINK_HTTP_SIMPLE_DATE_FORMAT_ENABLE` -This config if set to `true` will enable the simple date format for timestamps in case of JSON payload. +This config if set to `true` will enable the simple date format (Eg. - `May 3, 2023 11:59:37 AM` ) for timestamps (both at root and nested level also) in case of JSON payload. If set to `false`, it will send the timestamps (both at root and nested level also) in the ISO format (Eg. - `2023-05-03T11:59:36.965Z`) . Note: This config is only applicable when the `SINK_HTTP_JSON_BODY_TEMPLATE` config is empty or not supplied. - Example value: `false` - Type: `optional`