Skip to content

Commit

Permalink
Merge pull request #156 from qase-tms/add_param_groups_for_results
Browse files Browse the repository at this point in the history
add param groups for results
  • Loading branch information
abelharisov authored Aug 26, 2024
2 parents 6591d3d + 174e64c commit ab33e39
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions testops-api/v1/schemas/Result.create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ properties:
additionalProperties:
type: string
nullable: false
param_groups:
type: array
description: A list of parameter groups
nullable: true
items:
type: array
description: A list of parameters in group
items:
type: string
description: A name of the parameter
steps:
type: array
nullable: true
Expand Down

0 comments on commit ab33e39

Please sign in to comment.