Skip to content

Commit fda56cf

Browse files
authored
Merge pull request #166 from qase-tms/add-updated-by-to-case-in-qql
add updated_by field to TestCaseQuery schema
2 parents fb9b8fc + 35b3cd0 commit fda56cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

testops-api/v1/schemas/qql/TestCaseQuery.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,9 @@ properties:
8383
type: string
8484
format: date-time
8585
example: "2021-12-30T19:23:59+00:00"
86+
updated_by:
87+
type: integer
88+
description: "Author ID of the last update."
89+
format: int64
8690
required:
8791
- test_case_id

0 commit comments

Comments
 (0)