Skip to content

Commit

Permalink
Add project_id as required param for creating distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
theSoenke committed Apr 22, 2024
1 parent 1aa9dfc commit 78d18ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -8803,7 +8803,8 @@
"type": "object",
"title": "distribution/create/parameters",
"required": [
"name"
"name",
"project_id"
],
"properties": {
"name": {
Expand Down
1 change: 1 addition & 0 deletions paths/distributions/create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ requestBody:
title: distribution/create/parameters
required:
- name
- project_id
properties:
name:
description: Name of the distribution
Expand Down

0 comments on commit 78d18ad

Please sign in to comment.