Call an LCU endpoint with any verb
lol_requestSend any HTTP verb to League of Legends LCU paths. GET and HEAD allowed freely; other verbs require allowlist entries, with clear errors for missing permissions.
Instructions
Send any HTTP verb to an LCU path. GET and HEAD are always allowed; every other verb must match an entry in the write allowlist, otherwise the call is refused with the exact config line that would permit it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body; omit for verbs that take none | |
| path | Yes | ||
| method | Yes |