Skip to content

Commit

Permalink
Merge pull request #150 from qase-tms/add-description-for-slug-params
Browse files Browse the repository at this point in the history
add description for slug params
  • Loading branch information
abelharisov authored Mar 20, 2024
2 parents b74e6e6 + a00c852 commit 89e7699
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testops-api/v1/schemas/Result.create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ properties:
nullable: true
layer:
type: string
description: Slug of the layer. You can get it in the System Field settings.
severity:
type: string
description: Slug of the severity. You can get it in the System Field settings.
priority:
type: string
description: Slug of the priority. You can get it in the System Field settings.
status:
type: string
description: Can have the following values `passed`, `failed`, `blocked`, `skipped`, `invalid` + custom statuses
Expand Down

0 comments on commit 89e7699

Please sign in to comment.