chore(webhook): GET method is not recommended (#39169)

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
Harsh Satyajit Thakur
2026-08-31 22:10:03 +08:00
committed by GitHub
co-authored by wxiaoguang
parent be3a6d1647
commit 72afd222f0
+1 -1
View File
@@ -14,7 +14,7 @@
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
<div class="menu">
<div class="item" data-value="POST">POST</div>
<div class="item" data-value="GET">GET</div>
<div class="item" data-value="GET">GET (not recommended; only suitable for small payloads)</div>
</div>
</div>
</div>