Skip to content

Commit f42a3d3

Browse files
authored
Remove "scroll" option from security:searchRoles doc (#546)
What does this PR do? Remove "scroll" option from security:searchRoles doc Other change Change script test name for admin console tests
1 parent e90878a commit f42a3d3

File tree

1 file changed

+0
-1
lines changed
  • doc/7/controllers/security/search-roles

1 file changed

+0
-1
lines changed

doc/7/controllers/security/search-roles/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ searchRoles([body], [options]);
3535
| `queuable` | <pre>boolean</pre><br/>(`true`) | If true, queues the request during downtime, until connected to Kuzzle again |
3636
| `from` | <pre>number</pre><br/>(`0`) | Offset of the first document to fetch |
3737
| `size` | <pre>number</pre><br/>(`10`) | Maximum number of documents to retrieve per page |
38-
| `scroll` | <pre>string</pre><br/>(`""`) | When set, gets a forward-only cursor having its ttl set to the given value (ie `30s`; cf [elasticsearch time limits](https://www.elastic.co/guide/en/elasticsearch/reference/7.3/common-options.html#time-units)) |
3938

4039
## Resolves
4140

0 commit comments

Comments
 (0)