Skip to content

Commit 2db4354

Browse files
committed
fix: check tags value
1 parent 84164b0 commit 2db4354

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

specs/composition/paths/advanced/getTask.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
get:
22
tags:
3-
- Compositions
3+
- Advanced
44
operationId: getTask
55
x-acl:
66
- editSettings

specs/composition/paths/rules/rule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
get:
22
tags:
3-
- Rules
3+
- Composition Rules
44
operationId: getRule
55
x-acl:
66
- settings

specs/composition/paths/rules/saveRules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
post:
22
tags:
3-
- Rules
3+
- Composition Rules
44
operationId: saveRules
55
x-acl:
66
- editSettings

specs/composition/paths/rules/searchRules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
post:
22
tags:
3-
- Rules
3+
- Composition Rules
44
operationId: searchCompositionRules
55
x-acl:
66
- settings

specs/composition/spec.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,12 @@ tags:
110110
- name: Search
111111
description: Search one or more indices for matching records or facet values.
112112
x-tagGroups:
113-
- name: Search
113+
- name: Composition
114114
tags:
115+
- Search
115116
- Compositions
117+
- Composition Rules
118+
- Advanced
116119
paths:
117120
# ######################
118121
# ### Custom request ###

0 commit comments

Comments
 (0)