Skip to content

Commit 8c728bc

Browse files
authored
Merge pull request #663 from bbiggerr/stackscript-any-all-image
Add any/all images option for Stackscripts
2 parents 7525116 + bde267f commit 8c728bc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

openapi.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17698,7 +17698,7 @@ paths:
1769817698
properties:
1769917699
otp_code:
1770017700
type: string
17701-
description: The one-time, six-digit code received via SMS message after accessing the **Phone Verification Code Send** ([POST /profile/phone-number](/docs/api/profile/#phone-number-verification-code-send)) command.
17701+
description: The one-time code received via SMS message after accessing the **Phone Verification Code Send** ([POST /profile/phone-number](/docs/api/profile/#phone-number-verification-code-send)) command.
1770217702
example: "US"
1770317703
responses:
1770417704
'200':
@@ -25653,9 +25653,11 @@ components:
2565325653
This StackScript installs and configures MySQL
2565425654
images:
2565525655
type: array
25656-
description: >
25656+
description: |
2565725657
An array of Image IDs. These are the images that can be deployed
2565825658
with this Stackscript.
25659+
25660+
`any/all` indicates that all available image distributions are accepted.
2565925661
items:
2566025662
type: string
2566125663
example:

0 commit comments

Comments
 (0)