Skip to content

Commit

Permalink
feat: update swagger definitions / openapi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanDavlyatshin committed Jan 27, 2025
1 parent 7766108 commit 7f7a965
Showing 1 changed file with 5 additions and 50 deletions.
55 changes: 5 additions & 50 deletions admin-app/src/main/resources/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,58 +348,13 @@ paths:
required: true
schema:
type: string
- name: instanceId
in: query
schema:
type: string
- name: commitSha
in: query
schema:
type: string
- name: buildVersion
in: query
schema:
type: string
- name: baselineInstanceId
in: query
schema:
type: string
- name: baselineCommitSha
in: query
schema:
type: string
- name: baselineBuildVersion
in: query
schema:
type: string
responses:
'200':
description: Recommended tests
content:
application/json:
schema:
$ref: '#/components/schemas/DataResponse'
/api/metrics/tests-to-skip:
get:
summary: Get tests to skip
tags:
- metrics
security:
- apiKeyAuth: [ ]
parameters:
- name: groupId
- name: testsToSkip
in: query
required: true
schema:
type: string
type: boolean
default: false
- name: testTaskId
in: query
required: true
schema:
type: string
- name: appId
in: query
required: true
schema:
type: string
- name: targetInstanceId
Expand Down Expand Up @@ -432,11 +387,11 @@ paths:
type: integer
responses:
'200':
description: Tests to skip
description: Recommended tests
content:
application/json:
schema:
$ref: '#/components/schemas/ListDataResponse'
$ref: '#/components/schemas/DataResponse'
# User Authentication Routes
/api/sign-in:
post:
Expand Down

0 comments on commit 7f7a965

Please sign in to comment.