Skip to content

Commit

Permalink
changin operation version
Browse files Browse the repository at this point in the history
Signed-off-by: alen_abeshov <[email protected]>
  • Loading branch information
aabeshov committed Aug 10, 2024
1 parent 9e6a635 commit 1b29f4b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions spec/namespaces/query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ openapi: 3.1.0
info:
title: OpenSearch Query Datasources API
description: OpenSearch Query Datasources API.
version: 1.0.0
version: 2.7.0
paths:
/_plugins/_query/_datasources:
get:
operationId: query.datasources_list.0
x-operation-group: query.datasources_list
x-version-added: '1.1'
x-version-added: '2.7'
description: Retrieves list of all datasources.
responses:
'200':
$ref: '#/components/responses/query.datasources_list@200'
post:
operationId: query.datasources_create.0
x-operation-group: query.datasources_create
x-version-added: '1.1'
x-version-added: '2.7'
description: Creates a new query datasource.
requestBody:
$ref: '#/components/requestBodies/query.datasources_create'
Expand All @@ -26,7 +26,7 @@ paths:
put:
operationId: query.datasources_update.0
x-operation-group: query.datasources_update
x-version-added: '1.1'
x-version-added: '2.7'
description: Updates an existing query datasource.
requestBody:
$ref: '#/components/requestBodies/query.datasources_update'
Expand All @@ -39,7 +39,7 @@ paths:
get:
operationId: query.datasource_retrieve.0
x-operation-group: query.datasource_retrieve
x-version-added: '1.1'
x-version-added: '2.7'
description: Retrieves specific datasource specified by name.
parameters:
- $ref: '#/components/parameters/query.datasource_retrieve::path.datasource_name'
Expand All @@ -51,7 +51,7 @@ paths:
delete:
operationId: query.datasource_delete.0
x-operation-group: query.datasource_delete
x-version-added: '1.1'
x-version-added: '2.7'
description: Deletes specific datasource specified by name.
parameters:
- $ref: '#/components/parameters/query.datasource_delete::path.datasource_name'
Expand Down

0 comments on commit 1b29f4b

Please sign in to comment.