From 78d18ad5e3faae6b7333e3fd973dd0705acbce13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Behrendt?= Date: Mon, 22 Apr 2024 10:52:57 +0200 Subject: [PATCH] Add project_id as required param for creating distribution --- doc/compiled.json | 3 ++- paths/distributions/create.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/compiled.json b/doc/compiled.json index 709575c3..f1b07090 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -8803,7 +8803,8 @@ "type": "object", "title": "distribution/create/parameters", "required": [ - "name" + "name", + "project_id" ], "properties": { "name": { diff --git a/paths/distributions/create.yaml b/paths/distributions/create.yaml index 07a18ea8..8ab5c336 100644 --- a/paths/distributions/create.yaml +++ b/paths/distributions/create.yaml @@ -50,6 +50,7 @@ requestBody: title: distribution/create/parameters required: - name + - project_id properties: name: description: Name of the distribution