Create multitude URL Rewrite records, only show one record in API End point

Dear Josn and Martin,
I have created a API(Api-key-Enquire-LoanDeposits) , have add two records End point(URL Rewrite) and save successfully.
but Enquire the APIS, then open the API(Api-key-Enquire-LoanDeposits), only show one URL Rewrite record, check the Mongodb have two URL Rewrite records. the detail as follow:

After enquire of the API Definition:
{
“api_model”: {},
“api_definition”: {
“api_id”: “85fa14c3d79449cb77ba12d606bf3922”,
“upstream_certificates”: {},
“use_keyless”: false,
“enable_coprocess_auth”: false,
“jwt_disable_issued_at_validation”: false,
“custom_middleware”: {
“pre”: ,
“post”: ,
“post_key_auth”: ,
“auth_check”: {
“name”: “”,
“path”: “”,
“require_session”: false
},
“response”: ,
“driver”: “”,
“id_extractor”: {
“extract_from”: “”,
“extract_with”: “”,
“extractor_config”: {}
}
},
“disable_quota”: false,
“custom_middleware_bundle”: “”,
“cache_options”: {
“cache_timeout”: 120,
“enable_cache”: false,
“cache_all_safe_requests”: false,
“cache_response_codes”: ,
“enable_upstream_cache_control”: false,
“cache_control_ttl_header”: “”
},
“enable_ip_blacklisting”: false,
“tag_headers”: ,
“pinned_public_keys”: {},
“expire_analytics_after”: 0,
“domain”: “”,
“openid_options”: {
“providers”: ,
“segregate_by_client”: false
},
“active”: true,
“config_data”: {},
“notifications”: {
“shared_secret”: “”,
“oauth_on_keychange_url”: “”
},
“auth”: {
“auth_header_name”: “tyk-api-key”,
“use_certificate”: false,
“use_param”: false,
“param_name”: “”,
“use_cookie”: false,
“cookie_name”: “”
},
“check_host_against_uptime_tests”: false,
“auth_provider”: {
“name”: “”,
“storage_engine”: “”,
“meta”: {}
},
“blacklisted_ips”: ,
“hmac_allowed_clock_skew”: -1,
“dont_set_quota_on_create”: false,
“uptime_tests”: {
“check_list”: ,
“config”: {
“expire_utime_after”: 0,
“service_discovery”: {
“use_discovery_service”: false,
“query_endpoint”: “”,
“use_nested_query”: false,
“parent_data_path”: “”,
“data_path”: “”,
“cache_timeout”: 60
},
“recheck_wait”: 0
}
},
“enable_jwt”: false,
“do_not_track”: false,
“name”: “Api-key-Enquire-LoanDeposits”,
“jwt_disable_expires_at_validation”: false,
“slug”: “api-key-enquire-loandeposits”,
“oauth_meta”: {
“allowed_access_types”: ,
“allowed_authorize_types”: ,
“auth_login_redirect”: “”
},
“CORS”: {
“enable”: true,
“max_age”: 24,
“allow_credentials”: true,
“exposed_headers”: ,
“allowed_headers”: [
“tyk-api-key”,
“Accept”,
“Authorization”,
“Access-Control-Allow-Origin”,
“Content-Type”,
“Access-Control-Allow-Headers”
],
“options_passthrough”: false,
“debug”: false,
“allowed_origins”: [
"
],
“allowed_methods”: [
“GET”,
“POST”,
“OPTIONS”
]
},
“event_handlers”: {
“events”: {}
},
“proxy”: {
“target_url”: “http://10.4.2.76:8090”,
“endpoint_returns_list”: false,
“cache_timeout”: 0,
“parent_data_path”: “”,
“service_discovery”: {
“endpoint_returns_list”: false,
“cache_timeout”: 0,
“parent_data_path”: “”,
“query_endpoint”: “”,
“use_discovery_service”: false,
“target_path”: “”,
“use_target_list”: false,
“use_nested_query”: false,
“data_path”: “”,
“port_data_path”: “”
},
“check_host_against_uptime_tests”: false,
“transport”: {
“ssl_ciphers”: [],
“ssl_min_version”: 0,
“proxy_url”: “”
},
“target_list”: [],
“query_endpoint”: “”,
“use_discovery_service”: false,
“_sd_show_port_path”: false,
“preserve_host_header”: false,
“use_target_list”: false,
“strip_listen_path”: true,
“use_nested_query”: false,
“data_path”: “”,
“port_data_path”: “”,
“enable_load_balancing”: false,
“listen_path”: “/api-key-enquire-loandeposits”
},
“client_certificates”: [],
“use_basic_auth”: false,
“version_data”: {
“not_versioned”: true,
“default_version”: “”,
“versions”: {
“Default”: {
“name”: “Default”,
“expires”: “”,
“paths”: {
“ignored”: [],
“white_list”: [],
“black_list”: []
},
“use_extended_paths”: true,
“global_headers”: {},
“global_headers_remove”: [],
“global_size_limit”: 0,
“override_target”: “”,
“extended_paths”: {
“url_rewrites”: [
{
“path”: “”,
“method”: “GET”,
“match_pattern”: ".
/deposits/prod(.*)”,
“rewrite_to”: “/deposits/findProd”,
“triggers”: ,
“MatchRegexp”: null
}
]
}
}
}
},
“use_standard_auth”: true,
“session_lifetime”: 0,
“disable_rate_limit”: false,
“definition”: {
“location”: “header”,
“key”: “x-api-version”,
“strip_path”: false
},
“use_oauth2”: false,
“allowed_ips”: ,
“org_id”: “5b6a9a6ae138230df675f3c0”,
“enable_ip_whitelisting”: false,
“global_rate_limit”: {
“rate”: 2000,
“per”: 200
},
“enable_context_vars”: false,
“tags”: ,
“session_provider”: {
“name”: “”,
“storage_engine”: “”,
“meta”: {}
},
“strip_auth_data”: false,
“id”: “5b98bbe7e138230c017369dc”,
“enable_signature_checking”: false,
“use_openid”: false,
“enable_batch_request_support”: false,
“jwt_disable_not_before_validation”: false,
“response_processors”: ,
“use_mutual_tls_auth”: false
},
“hook_references”: ,
“is_site”: false,
“sort_by”: 0
}

check the MongoDB data as follow:
{
“_id”: “5b98bbe7e138230c017369dc”,
“name”: “Api-key-Enquire-LoanDeposits”,
“slug”: “api-key-enquire-loandeposits”,
“api_id”: “85fa14c3d79449cb77ba12d606bf3922”,
“org_id”: “5b6a9a6ae138230df675f3c0”,
“use_keyless”: false,
“use_oauth2”: false,
“use_openid”: false,
“openid_options”: {
“segregate_by_client”: false
},
“oauth_meta”: {
“auth_login_redirect”: “”
},
“auth”: {
“use_param”: false,
“param_name”: “”,
“use_cookie”: false,
“cookie_name”: “”,
“auth_header_name”: “tyk-api-key”,
“use_certificate”: false
},
“use_basic_auth”: false,
“use_mutual_tls_auth”: false,
“upstream_certificates”: “”,
“pinned_public_keys”: “”,
“enable_jwt”: false,
“use_standard_auth”: true,
“enable_coprocess_auth”: false,
“jwt_signing_method”: “”,
“jwt_source”: “”,
“jwt_identit_base_field”: “”,
“jwt_client_base_field”: “”,
“jwt_policy_field_name”: “”,
“jwt_disable_issued_at_validation”: false,
“jwt_disable_expires_at_validation”: false,
“jwt_disable_not_before_validation”: false,
“notifications”: {
“shared_secret”: “”,
“oauth_on_keychange_url”: “”
},
“enable_signature_checking”: false,
“hmac_allowed_clock_skew”: -1,
“base_identity_provided_by”: “”,
“definition”: {
“location”: “header”,
“key”: “x-api-version”,
“strip_path”: false
},
“version_data”: {
“not_versioned”: true,
“default_version”: “”,
“versions”: {
“RGVmYXVsdA==”: {
“name”: “RGVmYXVsdA==”,
“expires”: “”,
“paths”: “”,
“use_extended_paths”: true,
“extended_paths”: {
“url_rewrites”: [
{
“path”: “”,
“method”: “GET”,
“match_pattern”: “./deposits/prod(.)”,
“rewrite_to”: “/deposits/findProd”,
“matchregexp”: null
}, {
“path”: “”,
“method”: “GET”,
“match_pattern”: “./loans/prod(.)”,
“rewrite_to”: “/loans/findProd”,
“matchregexp”: null
}
]
},
“global_headers”: “”,
“global_size_limit”: “0”,
“override_target”: “”
}
}
},
“uptime_tests”: {
“config”: {
“expire_utime_after”: “0”,
“service_discovery”: {
“use_discovery_service”: false,
“query_endpoint”: “”,
“use_nested_query”: false,
“parent_data_path”: “”,
“data_path”: “”,
“port_data_path”: “”,
“target_path”: “”,
“use_target_list”: false,
“cache_timeout”: “60”,
“endpoint_returns_list”: false
},
“recheck_wait”: 0
}
},
“proxy”: {
“preserve_host_header”: false,
“listen_path”: “/api-key-enquire-loandeposits”,
“target_url”: “http://10.4.2.76:8090”,
“strip_listen_path”: true,
“enable_load_balancing”: false,
“check_host_against_uptime_tests”: false,
“service_discovery”: {
“use_discovery_service”: false,
“query_endpoint”: “”,
“use_nested_query”: false,
“parent_data_path”: “”,
“data_path”: “”,
“port_data_path”: “”,
“target_path”: “”,
“use_target_list”: false,
“cache_timeout”: “0”,
“endpoint_returns_list”: false
},
“transport”: {
“ssl_min_version”: 0,
“proxy_url”: “”
}
},
“disable_rate_limit”: false,
“disable_quota”: false,
“custom_middleware”: {
“auth_check”: {
“name”: “”,
“path”: “”,
“require_session”: false
},
“driver”: “”,
“id_extractor”: {
“extract_from”: “”,
“extract_with”: “”,
“extractor_config”: “”
}
},
“custom_middleware_bundle”: “”,
“cache_options”: {
“cache_timeout”: “120”,
“enable_cache”: false,
“cache_all_safe_requests”: false,
“enable_upstream_cache_control”: false,
“cache_control_ttl_header”: “”
},
“session_lifetime”: “0”,
“active”: true,
“auth_provider”: {
“name”: “”,
“storage_engine”: “”,
“meta”: “”
},
“session_provider”: {
“name”: “”,
“storage_engine”: “”,
“meta”: “”
},
“event_handlers”: {
“events”: “”
},
“enable_batch_request_support”: false,
“enable_ip_whitelisting”: false,
“enable_ip_blacklisting”: false,
“dont_set_quota_on_create”: false,
“expire_analytics_after”: “0”,
“CORS”: {
“enable”: true,
“allowed_origins”: [
“*”
],
“allowed_methods”: [
“GET”, “POST”, “OPTIONS”
],
“allowed_headers”: [
“tyk-api-key”, “Accept”, “Authorization”, “Access-Control-Allow-Origin”, “Content-Type”, “Access-Control-Allow-Headers”
],
“allow_credentials”: true,
“max_age”: 24,
“options_passthrough”: false,
“debug”: false
},
“domain”: “”,
“do_not_track”: false,
“enable_context_vars”: false,
“config_data”: “”,
“global_rate_limit”: {
“rate”: 2000,
“per”: 200
},
“strip_auth_data”: false,
“is_site”: false,
“sort_by”: 0
}

How can I fix the error?

Thanks you for help.

find the cause of error, when Create end point should input “Path”, then can show data normal.