Skip to content

Commit

Permalink
fix(spec): remove tags from specs (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored Apr 22, 2022
1 parent cd565ca commit 4e0f48f
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 37 deletions.
3 changes: 0 additions & 3 deletions specs/abtesting/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ servers:
security:
- appId: []
apiKey: []
tags:
- name: abtesting
description: abtesting API reference.
paths:
# ######################
# ### Custom request ###
Expand Down
3 changes: 0 additions & 3 deletions specs/analytics/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ servers:
security:
- appId: []
apiKey: []
tags:
- name: analytics
description: Analytics API reference.
paths:
# ######################
# ### Custom request ###
Expand Down
3 changes: 0 additions & 3 deletions specs/insights/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ servers:
security:
- appId: []
apiKey: []
tags:
- name: insights
description: Insights API reference.
paths:
# ######################
# ### Custom request ###
Expand Down
2 changes: 0 additions & 2 deletions specs/personalization/paths/personalizationStrategy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ post:
'404':
$ref: '../../common/responses/IndexNotFound.yml'
get:
tags:
- personalization
operationId: getPersonalizationStrategy
description: The strategy contains information on the events and facets that impact user profiles and personalized search results.
summary: Get the current personalization strategy.
Expand Down
3 changes: 0 additions & 3 deletions specs/personalization/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ servers:
security:
- appId: []
apiKey: []
tags:
- name: personalization
description: Personalization API reference.
paths:
# ######################
# ### Custom request ###
Expand Down
3 changes: 0 additions & 3 deletions specs/predict/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ servers:
security:
- appId: []
apiKey: []
tags:
- name: predict
description: Predict API reference.
paths:
# ######################
# ### Custom request ###
Expand Down
4 changes: 0 additions & 4 deletions specs/query-suggestions/paths/qsConfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ put:
$ref: '../../common/responses/InternalError.yml'

delete:
tags:
- query-suggestions
operationId: deleteConfig
description: >
Delete a configuration of a Query Suggestion's index.
Expand All @@ -42,8 +40,6 @@ delete:
$ref: '../../common/responses/InternalError.yml'

get:
tags:
- query-suggestions
operationId: getConfig
description: Get the configuration of a single Query Suggestions index.
summary: Get the configuration of a single Query Suggestions index.
Expand Down
2 changes: 0 additions & 2 deletions specs/query-suggestions/paths/qsConfigs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ post:
$ref: '../../common/responses/InternalError.yml'

get:
tags:
- query-suggestions
operationId: getAllConfigs
description: >
Get all the configurations of Query Suggestions.
Expand Down
3 changes: 0 additions & 3 deletions specs/query-suggestions/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ servers:
security:
- appId: []
apiKey: []
tags:
- name: query-suggestions
description: Query Suggestions API reference.
paths:
# ######################
# ### Custom request ###
Expand Down
3 changes: 0 additions & 3 deletions specs/recommend/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ servers:
security:
- appId: []
apiKey: []
tags:
- name: recommend
description: Recommend API reference.
paths:
# ######################
# ### Custom request ###
Expand Down
2 changes: 0 additions & 2 deletions specs/search/paths/vault/vaultSources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ get:
$ref: '../../../common/responses/IndexNotFound.yml'

put:
tags:
- search
operationId: replaceSources
description: Replace all allowed sources.
summary: Replace all allowed sources.
Expand Down
3 changes: 0 additions & 3 deletions specs/search/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ servers:
security:
- appId: []
apiKey: []
tags:
- name: search
description: Search API reference.
paths:
# ######################
# ### Custom request ###
Expand Down
3 changes: 0 additions & 3 deletions specs/sources/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ servers:
security:
- appId: []
apiKey: []
tags:
- name: sources
description: Sources API reference.
paths:
# ######################
# ### Custom request ###
Expand Down

0 comments on commit 4e0f48f

Please sign in to comment.