Skip to content

DOCS-6774: specifies that error is the default validationAction #2465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/includes/table-validationAction-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ level2: '``"warn"``'
# table content, as content.<key>
section: content
blurb1: |
Documents must pass validation before the write occurs.
**Default** Documents must pass validation before the write occurs.
Otherwise, the write operation fails.
blurb2: |
Documents do not have to pass validation. If the document fails
Expand Down
2 changes: 1 addition & 1 deletion source/includes/table-validationLevel-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ level3: '``"moderate"``'
section: content
blurb1: No validation for inserts or updates.
blurb2: |
The default level. Apply validation rules to all inserts and all
**Default** Apply validation rules to all inserts and all
updates.
blurb3: |
Apply validation rules to inserts and to updates on existing *valid*
Expand Down