Skip to content

Commit b4219a2

Browse files
Add rules endpoint to documentation (#232)
* Add rules endpoint to documentation
1 parent b3b6ee8 commit b4219a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

wiki/markdown/curl-examples.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,11 @@ Example curl commands to these endpoints [can be found here](https://github.com/
285285
<th>Type</th>
286286
<th>Explanation</th>
287287
</tr>
288+
<tr>
289+
<td>/rules</td>
290+
<td>GET</td>
291+
<td>Get the current rules content</td>
292+
</tr>
288293
<tr>
289294
<td>/rules/rule-check/testRulePageEnabled</td>
290295
<td>GET</td>

0 commit comments

Comments
 (0)