Skip to content

Commit 493516a

Browse files
committed
fix: required format
1 parent 3de9bb3 commit 493516a

File tree

8 files changed

+22
-12
lines changed

8 files changed

+22
-12
lines changed

contracts/cloud.json

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/cloud.yml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/common.yml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/oss.json

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/oss.yml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/ref/cloud.yml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/ref/oss.yml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/common/paths/stacks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ post:
141141
properties:
142142
orgID:
143143
type: string
144-
required: true
145144
name:
146145
type: string
147146
description:
@@ -150,6 +149,8 @@ post:
150149
type: array
151150
items:
152151
type: string
152+
required:
153+
- orgID
153154
responses:
154155
"201":
155156
description: Success. Returns the newly created stack.

0 commit comments

Comments
 (0)