File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed
specs/query-suggestions/paths Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 2
2
tags :
3
3
- configurations
4
4
operationId : getConfigStatus
5
+ x-acl :
6
+ - settings
5
7
summary : Get configuration status.
6
8
description : Report the status of a Query Suggestions index.
7
9
parameters :
Original file line number Diff line number Diff line change 2
2
tags :
3
3
- logs
4
4
operationId : getLogFile
5
+ x-acl :
6
+ - settings
5
7
summary : Get logs.
6
8
description : Get the logs for a single Query Suggestions index.
7
9
parameters :
Original file line number Diff line number Diff line change 2
2
tags :
3
3
- configurations
4
4
operationId : getConfig
5
+ x-acl :
6
+ - settings
5
7
summary : Get a configuration.
6
8
description : Get a single Query Suggestions configuration.
7
9
parameters :
24
26
tags :
25
27
- configurations
26
28
operationId : updateConfig
29
+ x-acl :
30
+ - editSettings
27
31
summary : Update a configuration.
28
32
description : Update a QuerySuggestions configuration.
29
33
parameters :
@@ -57,6 +61,8 @@ delete:
57
61
tags :
58
62
- configurations
59
63
operationId : deleteConfig
64
+ x-acl :
65
+ - editSettings
60
66
summary : Delete a configuration.
61
67
description : |
62
68
Delete a Query Suggestions configuration.
Original file line number Diff line number Diff line change 2
2
tags :
3
3
- configurations
4
4
operationId : getAllConfigs
5
+ x-acl :
6
+ - settings
5
7
summary : List configurations.
6
8
description : List all Query Suggestions configurations of your Algolia application.
7
9
responses :
20
22
tags :
21
23
- configurations
22
24
operationId : createConfig
25
+ x-acl :
26
+ - editSettings
23
27
summary : Create a configuration.
24
28
description : |
25
29
Create a new Query Suggestions configuration.
You can’t perform that action at this time.
0 commit comments