diff --git a/api-ref/source/apis/rule_management/creating_a_cc_attack_protection_rule.rst b/api-ref/source/apis/rule_management/creating_a_cc_attack_protection_rule.rst index 97892b2..661f0cc 100644 --- a/api-ref/source/apis/rule_management/creating_a_cc_attack_protection_rule.rst +++ b/api-ref/source/apis/rule_management/creating_a_cc_attack_protection_rule.rst @@ -154,7 +154,7 @@ Response Parameters | | | | | | | - Exact match: The path you enter must exactly match the path you want to protect. If the path you want to protect is /admin, set url to /admin. | +-----------------------+------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | prefix | Boolean | Whether a prefix is used for the path. If the protected URL ends with an asterisk (*), a path prefix is used. | + | prefix | Boolean | Whether a prefix is used for the path. If the protected URL ends with an asterisk (``*``), a path prefix is used. | +-----------------------+------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | mode | Integer | Mode. | | | | | diff --git a/api-ref/source/apis/rule_management/deleting_a_cc_attack_protection_rule.rst b/api-ref/source/apis/rule_management/deleting_a_cc_attack_protection_rule.rst index fe36974..b1726f3 100644 --- a/api-ref/source/apis/rule_management/deleting_a_cc_attack_protection_rule.rst +++ b/api-ref/source/apis/rule_management/deleting_a_cc_attack_protection_rule.rst @@ -62,7 +62,7 @@ Response Parameters | | | | | | | - Exact match: The path you enter must exactly match the path you want to protect. If the path you want to protect is /admin, set url to /admin. | +-----------------------+------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | prefix | Boolean | Whether a prefix is used for the path. If the protected URL ends with an asterisk (*), a path prefix is used. | + | prefix | Boolean | Whether a prefix is used for the path. If the protected URL ends with an asterisk (``*``), a path prefix is used. | +-----------------------+------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | mode | Integer | Mode. | | | | | diff --git a/api-ref/source/apis/rule_management/querying_a_cc_attack_protection_rule_by_id.rst b/api-ref/source/apis/rule_management/querying_a_cc_attack_protection_rule_by_id.rst index 94573a3..2537da5 100644 --- a/api-ref/source/apis/rule_management/querying_a_cc_attack_protection_rule_by_id.rst +++ b/api-ref/source/apis/rule_management/querying_a_cc_attack_protection_rule_by_id.rst @@ -62,7 +62,7 @@ Response Parameters | | | | | | | - Exact match: The path you enter must exactly match the path you want to protect. If the path you want to protect is /admin, set url to /admin. | +-----------------------+----------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | prefix | Boolean | Whether a prefix is used for the path. If the protected URL ends with an asterisk (*), a path prefix is used. | + | prefix | Boolean | Whether a prefix is used for the path. If the protected URL ends with an asterisk (``*``), a path prefix is used. | +-----------------------+----------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | mode | Integer | Mode. | | | | | diff --git a/api-ref/source/apis/rule_management/querying_cc_attack_protection_rules.rst b/api-ref/source/apis/rule_management/querying_cc_attack_protection_rules.rst index 16c3bee..7c7438b 100644 --- a/api-ref/source/apis/rule_management/querying_cc_attack_protection_rules.rst +++ b/api-ref/source/apis/rule_management/querying_cc_attack_protection_rules.rst @@ -86,7 +86,7 @@ Response Parameters | | | | | | | - Exact match: The path you enter must exactly match the path you want to protect. If the path you want to protect is /admin, set url to /admin. | +-----------------------+-----------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | prefix | Boolean | Whether a prefix is used for the path. If the protected URL ends with an asterisk (*), a path prefix is used. | + | prefix | Boolean | Whether a prefix is used for the path. If the protected URL ends with an asterisk (``*``), a path prefix is used. | +-----------------------+-----------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | mode | Integer | Mode. | | | | | diff --git a/api-ref/source/apis/rule_management/updating_a_cc_attack_protection_rule.rst b/api-ref/source/apis/rule_management/updating_a_cc_attack_protection_rule.rst index 92cd2b0..acfd7da 100644 --- a/api-ref/source/apis/rule_management/updating_a_cc_attack_protection_rule.rst +++ b/api-ref/source/apis/rule_management/updating_a_cc_attack_protection_rule.rst @@ -154,7 +154,7 @@ Response Parameters | | | | | | | - Exact match: The path you enter must exactly match the path you want to protect. If the path you want to protect is /admin, set url to /admin. | +-----------------------+------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | prefix | Boolean | Whether a prefix is used for the path. If the protected URL ends with an asterisk (*), a path prefix is used. | + | prefix | Boolean | Whether a prefix is used for the path. If the protected URL ends with an asterisk (``*``), a path prefix is used. | +-----------------------+------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | mode | Integer | Mode. | | | | |