Skip to content

Commit 685836d

Browse files
Update src/content/docs/logs/reference/custom-fields.mdx
Co-authored-by: Sohei Okamoto <[email protected]>
1 parent c7ef467 commit 685836d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/logs/reference/custom-fields.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The `action_parameters` object that you must include in the rule that configures
6262

6363
Ensure that your rule definition complies with the following:
6464

65-
- You must include at least one of the following arrays in the `action_parameters` object: `request_fields`, `response_fields`, and `cookie_fields`.
65+
- You must include at least one of the following arrays in the `action_parameters` object: `request_fields`, `transformed_request_fields`, `response_fields`, `raw_response_fields`, and `cookie_fields`.
6666
- You must enter HTTP request and response header names in lower case.
6767
- Cookie names are case sensitive — you must enter cookie names with the same capitalization they have in the HTTP request.
6868
- You must set the rule expression to `true`.

0 commit comments

Comments
 (0)