Skip to content

Commit 2e85787

Browse files
committed
all good
1 parent e4b4b8e commit 2e85787

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
post:
22
tags:
3-
- search
3+
- Search
44
operationId: search
55
x-use-read-transporter: true
66
x-cacheable: true

specs/composition-full/paths/search/searchForFacetValues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
post:
22
tags:
3-
- search
3+
- Search
44
operationId: searchForFacetValues
55
x-use-read-transporter: true
66
x-cacheable: true

specs/composition/spec.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,21 +107,18 @@ security:
107107
- appId: []
108108
apiKey: []
109109
tags:
110-
- name: compositions
111-
x-displayName: Compositions
110+
- name: Compositions
112111
description: |
113112
Manage your compositions and composition settings.
114-
- name: rules
115-
x-displayName: Rules
113+
- name: Rules
116114
description: |
117115
Manage your compositions rules.
118-
- name: search
119-
x-displayName: Search
116+
- name: Search
120117
description: Search one composition for matching records or facet values.
121118
x-tagGroups:
122119
- name: Compositions
123120
tags:
124-
- search
121+
- Search
125122
paths:
126123
# ########################
127124
# ### Search Endpoints ###

0 commit comments

Comments
 (0)