Skip to content

Commit c8eb245

Browse files
authored
fix(specs): you cannot save composition / composition rules only with getSettings ACL (#5334)
1 parent 5b3620b commit c8eb245

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

specs/composition-full/paths/compositions/composition.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ put:
3232
operationId: putComposition
3333
x-acl:
3434
- editSettings
35-
- settings
3635
summary: Upsert a composition
3736
description: |
3837
Upsert a composition in the current Algolia application.
@@ -73,7 +72,6 @@ delete:
7372
operationId: deleteComposition
7473
x-acl:
7574
- editSettings
76-
- settings
7775
summary: Delete a composition
7876
description: |
7977
Delete a composition from the current Algolia application.

specs/composition-full/paths/rules/rule.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ get:
33
- Rules
44
operationId: getRule
55
x-acl:
6+
- editSettings
67
- settings
78
summary: Retrieve a rule
89
description: |
@@ -34,7 +35,6 @@ put:
3435
operationId: putCompositionRule
3536
x-acl:
3637
- editSettings
37-
- settings
3838
summary: Upsert a composition rule
3939
description: |
4040
Upsert a Composition Rule for the specified composition ID.
@@ -78,7 +78,6 @@ delete:
7878
operationId: deleteCompositionRule
7979
x-acl:
8080
- editSettings
81-
- settings
8281
summary: Delete a Composition Rule
8382
description: |
8483
Delete a Composition Rule from the specified Composition ID.

0 commit comments

Comments
 (0)