From 289587dd0a1740eb0a568d8efb5bdf560118c3f5 Mon Sep 17 00:00:00 2001 From: pyscht Date: Mon, 5 Feb 2024 21:20:09 +0300 Subject: [PATCH] Additional project settings --- testops-api/v1/schemas/Project.create.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testops-api/v1/schemas/Project.create.yaml b/testops-api/v1/schemas/Project.create.yaml index 1d27036..ff2c652 100644 --- a/testops-api/v1/schemas/Project.create.yaml +++ b/testops-api/v1/schemas/Project.create.yaml @@ -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]