Skip to content

Commit

Permalink
Merge pull request #144 from qase-tms/additional-project-settings
Browse files Browse the repository at this point in the history
Additional project settings
  • Loading branch information
n3r authored Feb 5, 2024
2 parents 8761979 + 289587d commit 7a83b07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testops-api/v1/schemas/Project.create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@ properties:
type: string
description: Team group hash. Required if access param is set to group.

settings:
type: object
description: Additional project settings.
additionalProperties: true

required: [title, code]

0 comments on commit 7a83b07

Please sign in to comment.