From cae3431a792a75a43eb2a4a7e95ba83d072fab9e Mon Sep 17 00:00:00 2001 From: proposalbot Date: Tue, 22 Nov 2022 17:54:10 +0000 Subject: [PATCH] Changes to dds_api-ref from docs/doc-exports#479 (Various fixes for MRS componen Reviewed-by: gtema Co-authored-by: proposalbot Co-committed-by: proposalbot --- .../db_instance_management/querying_db_instances.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-ref/source/api_description/db_instance_management/querying_db_instances.rst b/api-ref/source/api_description/db_instance_management/querying_db_instances.rst index 145db2b..d498957 100644 --- a/api-ref/source/api_description/db_instance_management/querying_db_instances.rst +++ b/api-ref/source/api_description/db_instance_management/querying_db_instances.rst @@ -30,11 +30,11 @@ URI +-----------------+-----------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | name | No | String | Specifies the DB instance name. | | | | | | - | | | | If you use asterisk (*) at the beginning of the name, fuzzy search results are returned. Otherwise, the exact results are returned. | + | | | | If you use asterisk (``*``) at the beginning of the name, fuzzy search results are returned. Otherwise, the exact results are returned. | | | | | | | | | | .. note:: | | | | | | - | | | | The asterisk (*) is a reserved character in the system and cannot be used alone. | + | | | | The asterisk (``*``) is a reserved character in the system and cannot be used alone. | +-----------------+-----------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | mode | No | String | Specifies the instance type. | | | | | |