From ea8cd2915b8b6d783f547ad249d92323a5d90b5e Mon Sep 17 00:00:00 2001 From: Nathaniel Tucker Date: Tue, 7 May 2024 12:06:53 -0500 Subject: [PATCH] docs: Update RestEndpoint path special character list --- docs/rest/api/RestEndpoint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rest/api/RestEndpoint.md b/docs/rest/api/RestEndpoint.md index 51c346a2ad9..831a0874828 100644 --- a/docs/rest/api/RestEndpoint.md +++ b/docs/rest/api/RestEndpoint.md @@ -490,7 +490,7 @@ optional({ group: 'first', number: 'fifty' }); -`\\` to escape special characters like `:` or `?` +`\\` to escape special characters `:`, `?`, `+`, `*`, `{`, or `}`