aboutsummaryrefslogtreecommitdiff
path: root/docs/API.md
diff options
context:
space:
mode:
authorpartouf <partouf@gmail.com>2021-12-28 17:22:35 +0000
committerpartouf <partouf@gmail.com>2021-12-28 17:22:35 +0000
commit193e207ae9098ce57c65caec1a6b26efecf5fc43 (patch)
tree5f69a62d352ba7b67376277a22b78a0086e93822 /docs/API.md
parentc750f3c71c0497fc080dadd03590a660c4eee522 (diff)
parentd7157c47e617b3c2a8e4956d559fb61cc34b88df (diff)
downloadcompiler-explorer-gh-1479.tar.gz
compiler-explorer-gh-1479.zip
Merge remote-tracking branch 'origin/main' into frontendtestinggh-1479
Diffstat (limited to 'docs/API.md')
-rw-r--r--docs/API.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/API.md b/docs/API.md
index a3eb36474..faa764b83 100644
--- a/docs/API.md
+++ b/docs/API.md
@@ -121,9 +121,9 @@ Execution Only request example:
```
The filters are a JSON object with `true`/`false` values. If not supplied,
- defaults are used. If supplied, the filters are used as-is.
- The `compilerOptions` is used to pass extra arguments to the back end, and is
- probably not useful for most REST users.
+ defaults are used. If supplied, the provided filters override their default
+ values. The `compilerOptions` is used to pass extra arguments to the back end,
+ and is probably not useful for most REST users.
To force a cache bypass, set `bypassCache` in the root of the request to `true`.