diff --git a/docs/webui.md b/docs/webui.md index 525f1aed9..738fb20fd 100644 --- a/docs/webui.md +++ b/docs/webui.md @@ -32,9 +32,8 @@ In addition to standard PQL, the console supports a few special commands, prefix - `:create frame ` - `:delete frame ` -Index and frame creation also supports options like timeQuantum or inverseEnabled. Check the API reference sections for [index](../api-reference/#change-index-time-quantum) and [frame](../api-reference/#create-frame) options to see other available keys. +Frame creation also supports options like `timeQuantum` or `inverseEnabled`. When creating a new frame, add options by using the keys documented in [API reference](../api-reference/#create-frame). -- `:create index timeQuantum=YM` - `:create frame inverseEnabled=true cacheSize=10000`