We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d844ca commit ecc2b18Copy full SHA for ecc2b18
1 file changed
platform/paths/stacks/builds/builds.yml
@@ -85,9 +85,13 @@ post:
85
type: object
86
properties:
87
about:
88
- $ref: ../../../../components/schemas/stacks/builds/StackBuildAbout.yml
+ oneOf:
89
+ - $ref: ../../../../components/schemas/stacks/builds/StackBuildAbout.yml
90
+ - type: "null"
91
instructions:
- $ref: ../../../../components/schemas/stacks/builds/StackBuildInstructions.yml
92
93
+ - $ref: ../../../../components/schemas/stacks/builds/StackBuildInstructions.yml
94
95
responses:
96
201:
97
description: Returns a Stack Build.
0 commit comments