This message was deleted.
# help
s
This message was deleted.
t
You can do this by using the sub-matcher format of
matchesJsonPath
along with one of the date matchers. Something alone these lines:
Copy code
"bodyPatterns": [
            {
                "matchesJsonPath": {
                    "expression": "$.completedDate",
                    "equalToDateTime": "2023-01-01",
                    "truncateActual": "first day of month"
                }
            }
        ]