Skip to content

Commit 4e0f48f

Browse files
authored
fix(spec): remove tags from specs (#415)
1 parent cd565ca commit 4e0f48f

File tree

13 files changed

+0
-37
lines changed

13 files changed

+0
-37
lines changed

specs/abtesting/spec.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ servers:
2121
security:
2222
- appId: []
2323
apiKey: []
24-
tags:
25-
- name: abtesting
26-
description: abtesting API reference.
2724
paths:
2825
# ######################
2926
# ### Custom request ###

specs/analytics/spec.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ servers:
2121
security:
2222
- appId: []
2323
apiKey: []
24-
tags:
25-
- name: analytics
26-
description: Analytics API reference.
2724
paths:
2825
# ######################
2926
# ### Custom request ###

specs/insights/spec.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ servers:
2121
security:
2222
- appId: []
2323
apiKey: []
24-
tags:
25-
- name: insights
26-
description: Insights API reference.
2724
paths:
2825
# ######################
2926
# ### Custom request ###

specs/personalization/paths/personalizationStrategy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ post:
3232
'404':
3333
$ref: '../../common/responses/IndexNotFound.yml'
3434
get:
35-
tags:
36-
- personalization
3735
operationId: getPersonalizationStrategy
3836
description: The strategy contains information on the events and facets that impact user profiles and personalized search results.
3937
summary: Get the current personalization strategy.

specs/personalization/spec.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ servers:
2020
security:
2121
- appId: []
2222
apiKey: []
23-
tags:
24-
- name: personalization
25-
description: Personalization API reference.
2623
paths:
2724
# ######################
2825
# ### Custom request ###

specs/predict/spec.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ servers:
1414
security:
1515
- appId: []
1616
apiKey: []
17-
tags:
18-
- name: predict
19-
description: Predict API reference.
2017
paths:
2118
# ######################
2219
# ### Custom request ###

specs/query-suggestions/paths/qsConfig.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ put:
1919
$ref: '../../common/responses/InternalError.yml'
2020

2121
delete:
22-
tags:
23-
- query-suggestions
2422
operationId: deleteConfig
2523
description: >
2624
Delete a configuration of a Query Suggestion's index.
@@ -42,8 +40,6 @@ delete:
4240
$ref: '../../common/responses/InternalError.yml'
4341

4442
get:
45-
tags:
46-
- query-suggestions
4743
operationId: getConfig
4844
description: Get the configuration of a single Query Suggestions index.
4945
summary: Get the configuration of a single Query Suggestions index.

specs/query-suggestions/paths/qsConfigs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ post:
2323
$ref: '../../common/responses/InternalError.yml'
2424

2525
get:
26-
tags:
27-
- query-suggestions
2826
operationId: getAllConfigs
2927
description: >
3028
Get all the configurations of Query Suggestions.

specs/query-suggestions/spec.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ servers:
2020
security:
2121
- appId: []
2222
apiKey: []
23-
tags:
24-
- name: query-suggestions
25-
description: Query Suggestions API reference.
2623
paths:
2724
# ######################
2825
# ### Custom request ###

specs/recommend/spec.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ servers:
3333
security:
3434
- appId: []
3535
apiKey: []
36-
tags:
37-
- name: recommend
38-
description: Recommend API reference.
3936
paths:
4037
# ######################
4138
# ### Custom request ###

specs/search/paths/vault/vaultSources.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ get:
1919
$ref: '../../../common/responses/IndexNotFound.yml'
2020

2121
put:
22-
tags:
23-
- search
2422
operationId: replaceSources
2523
description: Replace all allowed sources.
2624
summary: Replace all allowed sources.

specs/search/spec.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ servers:
3333
security:
3434
- appId: []
3535
apiKey: []
36-
tags:
37-
- name: search
38-
description: Search API reference.
3936
paths:
4037
# ######################
4138
# ### Custom request ###

specs/sources/spec.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ servers:
2020
security:
2121
- appId: []
2222
apiKey: []
23-
tags:
24-
- name: sources
25-
description: Sources API reference.
2623
paths:
2724
# ######################
2825
# ### Custom request ###

0 commit comments

Comments
 (0)