Skip to content

Added missing domain record filter tags #692

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 14, 2022
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
3 changes: 3 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20800,6 +20800,7 @@ components:
records associate a domain name with an IPv6 address. For more information, see our guide on
[DNS Records](/docs/guides/dns-records-an-introduction).
example: A
x-linode-filterable: true
x-linode-cli-display: 2
name:
type: string
Expand Down Expand Up @@ -20827,6 +20828,7 @@ components:
minLength: 1
maxLength: 100
example: test
x-linode-filterable: true
x-linode-cli-display: 3
target:
type: string
Expand Down Expand Up @@ -20860,6 +20862,7 @@ components:

With the exception of A, AAAA, and CAA records, this field accepts a trailing period.
example: 192.0.2.0
x-linode-filterable: true
x-linode-cli-display: 4
priority:
type: integer
Expand Down