Skip to content

Commit

Permalink
docs: Update RestEndpoint path special character list
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed May 7, 2024
1 parent a6b4f4a commit ea8cd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rest/api/RestEndpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ optional({ group: 'first', number: 'fifty' });

</TypeScriptEditor>

`\\` to escape special characters like `:` or `?`
`\\` to escape special characters `:`, `?`, `+`, `*`, `{`, or `}`

<TypeScriptEditor>

Expand Down

0 comments on commit ea8cd29

Please sign in to comment.