Skip to content

Commit fca740c

Browse files
authored
[plugins] add missing "since version" tag (#285)
# Description The documentation about the SDK accessor methods `query` and `as` are missing the "since" tag giving the starting version of Kuzzle from which these features are made available. This is an important information to have since it helps users identifying why some features seem to be missing if their kuzzle instance is too old.
1 parent aff987a commit fca740c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/plugins/1/accessors/sdk/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ async myAwesomePipe (request) {
6060

6161
## query
6262

63+
{{{since "1.6.0"}}}
64+
6365
Accessor to the [query method]({{ site_base_path }}sdk-reference/js/6/kuzzle/query).
6466
This can be useful to call plugins custom controller action.
6567

@@ -84,6 +86,8 @@ async myAwesomePipe (request) {
8486

8587
## as
8688

89+
{{{since "1.7.0"}}}
90+
8791
Execute the following query as the original request user.
8892

8993
### Arguments

0 commit comments

Comments
 (0)