You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17698,7 +17698,7 @@ paths:
17698
17698
properties:
17699
17699
otp_code:
17700
17700
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.
17702
17702
example: "US"
17703
17703
responses:
17704
17704
'200':
@@ -25653,9 +25653,11 @@ components:
25653
25653
This StackScript installs and configures MySQL
25654
25654
images:
25655
25655
type: array
25656
-
description: >
25656
+
description: |
25657
25657
An array of Image IDs. These are the images that can be deployed
25658
25658
with this Stackscript.
25659
+
25660
+
`any/all` indicates that all available image distributions are accepted.
0 commit comments