Skip to content

Commit f81d897

Browse files
authored
Merge pull request #768 from linode/release-4.147.0
Release 4.147.0
2 parents ca97ea8 + cbd8173 commit f81d897

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

openapi.yaml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.145.0
3+
version: 4.147.0
44

55
title: Linode API
66
description: |
@@ -21129,7 +21129,7 @@ components:
2112921129
`CAA`: The value. For `issue` or `issuewild` tags, the domain of your certificate issuer. For the `iodef`
2113021130
tag, a contact or submission URL (domain, http, https, or mailto). Requirements depend on the tag for this record:
2113121131
* `issue`: The domain of your certificate issuer. Must be a valid domain.
21132-
* `issuewild`: Must begin with `*`.
21132+
* `issuewild`: The domain of your wildcard certificate issuer. Must be a valid domain and must not start with an asterisk (`*`).
2113321133
* `iodef`: Must be either (1) a valid domain, (2) a valid domain prepended with `http://` or `https://`, or (3) a valid email address prepended with `mailto:`.
2113421134

2113521135
`PTR`: Required. See our guide on how to [Configure Your Linode for Reverse DNS
@@ -24019,17 +24019,27 @@ components:
2401924019
username:
2402024020
type: string
2402124021
description: >
24022-
The username of the User that was logged into.
24022+
The username of the User that attempted the login.
2402324023
example: example_user
2402424024
readOnly: true
2402524025
x-linode-cli-display: 4
24026+
status:
24027+
type: string
24028+
enum:
24029+
- successful
24030+
- failed
24031+
description: |
24032+
Whether the login attempt succeeded or failed.
24033+
example: successful
24034+
readOnly: true
24035+
x-linode-cli-display: 5
2402624036
restricted:
2402724037
type: boolean
2402824038
description: >
24029-
True if the User that was logged into was a restricted User, false otherwise.
24039+
True if the User that attempted the login was a restricted User, false otherwise.
2403024040
example: true
2403124041
readOnly: true
24032-
x-linode-cli-display: 5
24042+
x-linode-cli-display: 6
2403324043
LongviewSubscription:
2403424044
type: object
2403524045
description: >

0 commit comments

Comments
 (0)