Skip to content

Commit

Permalink
[plugins] add missing "since version" tag (#285)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
scottinet authored Apr 26, 2019
1 parent aff987a commit fca740c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/1/accessors/sdk/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ async myAwesomePipe (request) {

## query

{{{since "1.6.0"}}}

Accessor to the [query method]({{ site_base_path }}sdk-reference/js/6/kuzzle/query).
This can be useful to call plugins custom controller action.

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

## as

{{{since "1.7.0"}}}

Execute the following query as the original request user.

### Arguments
Expand Down

0 comments on commit fca740c

Please sign in to comment.