From 92373036160fb239d4d8f8211086a777a0d36b25 Mon Sep 17 00:00:00 2001 From: oscerd Date: Sat, 8 Jan 2022 14:44:13 +0000 Subject: [PATCH] Regen for commit bcc88a39673b18c5b7a3300be7f86e64e56e6a8d Signed-off-by: GitHub --- .../main/resources/kamelets/extract-field-action.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/extract-field-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/extract-field-action.kamelet.yaml index 33d4e23f2..06daa2f1a 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/extract-field-action.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/extract-field-action.kamelet.yaml @@ -32,7 +32,7 @@ spec: description: |- Extract a field from the message body. - The extract field action expected an application/json content type. + The extract field action expects an application/json content type. The field parameter allows to specify which field of the json the user wants to extract. By default the message body will be overriden with the extracted field.