Skip to content

Commit

Permalink
Fix v1 paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dissipative committed Jan 29, 2024
1 parent b2a2ef5 commit dc5d054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testops-api/v1/src.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ components:
qql.TestCase: { $ref: './schemas/qql/TestCaseQuery.yaml' }
qql.Plan: { $ref: './schemas/qql/PlanQuery.yaml' }
Configuration: { $ref: './schemas/Configuration.yaml' }
ConfigurationCreate: { $ref: './schemas/ConfigurationCreate.yaml' }
ConfigurationGroupCreate: { $ref: './schemas/ConfigurationGroupCreate.yaml' }
ConfigurationCreate: { $ref: './schemas/Configuration.create.yaml' }
ConfigurationGroupCreate: { $ref: './schemas/ConfigurationGroup.create.yaml' }

AttachmentResponse: { $ref: './schemas/responses/AttachmentResponse.yaml' }
AttachmentListResponse: { $ref: './schemas/responses/AttachmentListResponse.yaml' }
Expand Down

0 comments on commit dc5d054

Please sign in to comment.