File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
specs/composition-full/paths Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 32
32
operationId : putComposition
33
33
x-acl :
34
34
- editSettings
35
- - settings
36
35
summary : Upsert a composition
37
36
description : |
38
37
Upsert a composition in the current Algolia application.
@@ -73,7 +72,6 @@ delete:
73
72
operationId : deleteComposition
74
73
x-acl :
75
74
- editSettings
76
- - settings
77
75
summary : Delete a composition
78
76
description : |
79
77
Delete a composition from the current Algolia application.
Original file line number Diff line number Diff line change 3
3
- Rules
4
4
operationId : getRule
5
5
x-acl :
6
+ - editSettings
6
7
- settings
7
8
summary : Retrieve a rule
8
9
description : |
34
35
operationId : putCompositionRule
35
36
x-acl :
36
37
- editSettings
37
- - settings
38
38
summary : Upsert a composition rule
39
39
description : |
40
40
Upsert a Composition Rule for the specified composition ID.
@@ -78,7 +78,6 @@ delete:
78
78
operationId : deleteCompositionRule
79
79
x-acl :
80
80
- editSettings
81
- - settings
82
81
summary : Delete a Composition Rule
83
82
description : |
84
83
Delete a Composition Rule from the specified Composition ID.
You can’t perform that action at this time.
0 commit comments