Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17698,7 +17698,7 @@ paths:
properties:
otp_code:
type: string
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.
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.
example: "US"
responses:
'200':
Expand Down Expand Up @@ -25653,9 +25653,11 @@ components:
This StackScript installs and configures MySQL
images:
type: array
description: >
description: |
An array of Image IDs. These are the images that can be deployed
with this Stackscript.

`any/all` indicates that all available image distributions are accepted.
items:
type: string
example:
Expand Down