Skip to content

Commit 917f7cd

Browse files
committed
docs: moved list of valid values to correct argument
1 parent d8516d4 commit 917f7cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/r/synthetics_step_monitor.html.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ The following are the common arguments supported for `STEP` monitor:
5151
All nested `location_private` blocks support the following common arguments:
5252

5353
* `guid` - (Required) The unique identifier for the Synthetics private location in New Relic.
54-
* `vse_password` - (Optional) The location's Verified Script Execution password, Only necessary if Verified Script Execution is enabled for the location.
54+
* `vse_password` - (Optional) The location's Verified Script Execution password, only necessary if Verified Script Execution is enabled for the location.
5555

5656
### Nested `steps` blocks
5757

5858
All nested `steps` blocks support the following common arguments:
5959

6060
* `ordinal` - (Required) The position of the step within the script ranging from 0-100.
61-
* `type` - (Required) Name of the tag key.
62-
* `values` - (Optional) The metadata values related to the step. valid values are ASSERT_ELEMENT, ASSERT_MODAL, ASSERT_TEXT, ASSERT_TITLE, CLICK_ELEMENT, DISMISS_MODAL, DOUBLE_CLICK_ELEMENT, HOVER_ELEMENT, NAVIGATE, SECURE_TEXT_ENTRY, SELECT_ELEMENT, TEXT_ENTRY.
61+
* `type` - (Required) Name of the tag key. Valid values are ASSERT_ELEMENT, ASSERT_MODAL, ASSERT_TEXT, ASSERT_TITLE, CLICK_ELEMENT, DISMISS_MODAL, DOUBLE_CLICK_ELEMENT, HOVER_ELEMENT, NAVIGATE, SECURE_TEXT_ENTRY, SELECT_ELEMENT, TEXT_ENTRY.
62+
* `values` - (Optional) The metadata values related to the step.
6363

6464
### Nested `tag` blocks
6565

0 commit comments

Comments
 (0)