Skip to content

Commit de51be9

Browse files
hzoppettinmelehan
authored andcommitted
Update GET /account/settings (#150)
* added object storage to GET /account/settings * changed to enum * Update AccountSettings/object_storage property - Fix typo - Set readOnly: true
1 parent 767b11c commit de51be9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

openapi.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12283,6 +12283,19 @@ components:
1228312283
or later.
1228412284
example: true
1228512285
x-linode-cli-display: 4
12286+
object_storage:
12287+
type: string
12288+
readOnly: true
12289+
enum:
12290+
- disabled
12291+
- suspended
12292+
- active
12293+
description: >
12294+
A string describing the status of this account's Object Storage
12295+
service enrollment.
12296+
default: disabled
12297+
example: active
12298+
x-linode-cli-display: 5
1228612299
AuthorizedApp:
1228712300
type: object
1228812301
description: >

0 commit comments

Comments
 (0)