File tree Expand file tree Collapse file tree 8 files changed +12
-15
lines changed Expand file tree Collapse file tree 8 files changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ Additional query options
3030| Property | Type<br />(default) | Description |
3131| ------------| ---------------------------------| ------------------------------------------------------------------------------|
3232| ` queuable ` | <pre >boolean</pre ><br />(` true ` ) | If true, queues the request during downtime, until connected to Kuzzle again |
33- | ` from ` | <pre >number</pre > <br />(` 0 ` ) | Offset of the first result <DeprecatedBadge since =" 7.1.4 " /> |
34- | ` size ` | <pre >number</pre > <br />(` 10 ` ) | Maximum number of returned results <DeprecatedBadge since =" 7.1.4 " /> |
33+ | ` from ` | <pre >number</pre > <br />(` 0 ` ) | Offset of the first result <DeprecatedBadge version =" 7.1.4 " /> |
34+ | ` size ` | <pre >number</pre > <br />(` 10 ` ) | Maximum number of returned results <DeprecatedBadge version =" 7.1.4 " /> |
3535
3636## Resolves
3737
@@ -41,8 +41,8 @@ Resolves to an object containing the following properties:
4141| ---------------| ---------------------| --------------------------------------------------------------------|
4242| ` type ` | <pre >string</pre > | Types of returned collections <br />(` all ` , ` realtime ` or ` stored ` ) |
4343| ` collections ` | <pre >object[ ] </pre > | List of collections |
44- | ` from ` | <pre >number</pre > | Offset of the first result <DeprecatedBadge since =" 7.1.4 " /> |
45- | ` size ` | <pre >number</pre > | Maximum number of returned results <DeprecatedBadge since =" 7.1.4 " /> |
44+ | ` from ` | <pre >number</pre > | Offset of the first result <DeprecatedBadge version =" 7.1.4 " /> |
45+ | ` size ` | <pre >number</pre > | Maximum number of returned results <DeprecatedBadge version =" 7.1.4 " /> |
4646
4747Each object in the ` collections ` array contains the following properties:
4848
Original file line number Diff line number Diff line change @@ -59,11 +59,9 @@ const definition = {
5959 }
6060};
6161```
62-
6362</SinceBadge >
6463
65-
66- <DeprecatedBadge version =" 7.4.0 " >
64+ <DeprecatedBadge version =" 7.4.0 " >
6765
6866### definition
6967
@@ -88,7 +86,6 @@ More informations about database mappings [here](/core/2/guides/essentials/datab
8886
8987</DeprecatedBadge >
9088
91-
9289## Resolves
9390
9491Resolve if the collection is successfully updated.
Original file line number Diff line number Diff line change 22code : true
33type : page
44title : searchApiKeys
5- description : Searches for an user API keys.
5+ description : Searches for a user API keys.
66---
77
88# searchApiKeys
@@ -11,7 +11,7 @@ description: Searches for an user API keys.
1111
1212<SinceBadge version =" Kuzzle 2.1.0 " />
1313
14- Searches for an user API keys.
14+ Searches for a user API keys.
1515
1616<br />
1717
Original file line number Diff line number Diff line change 11name : security#searchApiKeys
2- description : Searches for an user API keys
2+ description : Searches for a user API keys
33hooks :
44 before : >
55 curl --fail -H "Content-type: application/json" -d '{
Original file line number Diff line number Diff line change 77 "ios" : " node_modules/.bin/expo-cli start --ios" ,
88 "web" : " node_modules/.bin/expo-cli start --web" ,
99 "eject" : " node_modules/.bin/expo-cli eject" ,
10- "test" : " node_modules/.bin/cypress run --record"
10+ "test" : " node_modules/.bin/cypress run --record --key $CYPRESS_RECORD_KEY_DOC "
1111 },
1212 "dependencies" : {
1313 "cypress" : " ^3.8.1" ,
Original file line number Diff line number Diff line change 1616 "postinstall" : " if [ ! -f ../../../../../dist/kuzzle.js ]; then npm run build --prefix ../../../../../;fi && rm -rf ./node_modules/kuzzle-sdk/* && rsync -r --exclude 'getting-started' ../../../../../ ./node_modules/kuzzle-sdk" ,
1717 "start" : " react-scripts start" ,
1818 "build" : " react-scripts build" ,
19- "test" : " ./node_modules/.bin/cypress run --record" ,
19+ "test" : " ./node_modules/.bin/cypress run --record --key $CYPRESS_RECORD_KEY_DOC " ,
2020 "eject" : " react-scripts eject"
2121 },
2222 "eslintConfig" : {
Original file line number Diff line number Diff line change 1010 "serve-with-vuex" : " cd with-vuex && vue-cli-service serve" ,
1111 "build-with-vuex" : " cd with-vuex && vue-cli-service build" ,
1212 "lint-with-vuex" : " cd with-vuex && vue-cli-service lint" ,
13- "test" : " ./node_modules/.bin/cypress run --record"
13+ "test" : " ./node_modules/.bin/cypress run --record --key $CYPRESS_RECORD_KEY_DOC "
1414 },
1515 "dependencies" : {
1616 "core-js" : " ^2.6.5" ,
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class SecurityController extends BaseController {
6161 }
6262
6363 /**
64- * Searches for an user API key.
64+ * Searches for a user API key.
6565 *
6666 * @param {String } userId - User kuid
6767 * @param {Object } [query] - Search query
You can’t perform that action at this time.
0 commit comments