Merged in feature/demo (pull request #123)
Feature/demo * region * region * queryapivservice * region * region
This commit is contained in:
+11
-14
@@ -21,7 +21,7 @@ tags:
|
||||
description: Operations related to collectors
|
||||
- name: DocumentsService
|
||||
description: Operations related to documents
|
||||
- name: QueryAPI
|
||||
- name: QueryService
|
||||
description: Operations related to queries
|
||||
- name: ExportService
|
||||
description: Operations related to exports
|
||||
@@ -127,7 +127,7 @@ paths:
|
||||
get:
|
||||
operationId: listQueries
|
||||
tags:
|
||||
- QueryAPI
|
||||
- QueryService
|
||||
summary: List queries
|
||||
description: Retrieves a list of queries based on filter criteria.
|
||||
security:
|
||||
@@ -153,7 +153,7 @@ paths:
|
||||
post:
|
||||
operationId: createQuery
|
||||
tags:
|
||||
- QueryAPI
|
||||
- QueryService
|
||||
summary: Create a new query
|
||||
description: Creates a new query with the provided details.
|
||||
security:
|
||||
@@ -190,7 +190,7 @@ paths:
|
||||
get:
|
||||
operationId: getQuery
|
||||
tags:
|
||||
- QueryAPI
|
||||
- QueryService
|
||||
summary: Get a query by ID
|
||||
description: Retrieves a specific query by its ID.
|
||||
security:
|
||||
@@ -216,7 +216,7 @@ paths:
|
||||
patch:
|
||||
operationId: updateQuery
|
||||
tags:
|
||||
- QueryAPI
|
||||
- QueryService
|
||||
summary: Update a query
|
||||
description: Updates an existing query with new details.
|
||||
security:
|
||||
@@ -249,7 +249,7 @@ paths:
|
||||
post:
|
||||
operationId: testQuery
|
||||
tags:
|
||||
- QueryAPI
|
||||
- QueryService
|
||||
summary: Test a query
|
||||
description: Executes a test run of a query with the provided parameters.
|
||||
security:
|
||||
@@ -496,7 +496,6 @@ paths:
|
||||
"500":
|
||||
$ref: "#/components/responses/InternalError"
|
||||
|
||||
|
||||
/login:
|
||||
get:
|
||||
operationId: login
|
||||
@@ -629,9 +628,9 @@ paths:
|
||||
schema:
|
||||
type: string
|
||||
description: HTML content for the home page menu
|
||||
maxLength: 1048576 # 1MB limit
|
||||
pattern: "^.*$" # Any string content
|
||||
format: html # Indicate format is HTML
|
||||
maxLength: 1048576
|
||||
pattern: "^.*$"
|
||||
format: html
|
||||
"400":
|
||||
$ref: "#/components/responses/InvalidRequest"
|
||||
"401":
|
||||
@@ -691,8 +690,8 @@ components:
|
||||
scheme: bearer
|
||||
bearerFormat: JWT
|
||||
description: >-
|
||||
JWT token obtained after Cognito authentication. Implements RFC8725 JWT
|
||||
best practices for security.
|
||||
JWT token obtained after Cognito authentication. Implements RFC8725 JWT
|
||||
best practices for security.
|
||||
cognitoAuth:
|
||||
type: oauth2
|
||||
description: >-
|
||||
@@ -759,8 +758,6 @@ components:
|
||||
$ref: "#/components/schemas/ErrorMessage"
|
||||
|
||||
schemas:
|
||||
|
||||
|
||||
# Query API schemas
|
||||
ClientID:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user