Skip to content

Commit

Permalink
Merge pull request #133 from qase-tms/EXEC-478
Browse files Browse the repository at this point in the history
EXEC-478 add author_id to Public API in create run action
  • Loading branch information
nipisarev authored Dec 22, 2023
2 parents a667acb + 64abc3c commit 61c36da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3474,6 +3474,10 @@ components:
type: integer
format: int64
minimum: 1
author_id:
type: integer
format: int64
minimum: 1
tags:
type: array
items:
Expand Down
4 changes: 4 additions & 0 deletions schemas/Run.create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ properties:
type: integer
format: int64
minimum: 1
author_id:
type: integer
format: int64
minimum: 1
tags:
type: array
items:
Expand Down

0 comments on commit 61c36da

Please sign in to comment.