We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29d146 commit 6376f47Copy full SHA for 6376f47
openapi.yaml
@@ -13254,8 +13254,8 @@ components:
13254
items:
13255
type: string
13256
example:
13257
- - "example tag"
13258
- - "another example"
+ - example tag
+ - another example
13259
devices:
13260
type: object
13261
description: >
@@ -13312,14 +13312,14 @@ components:
13312
13313
13314
13315
- - "192.0.2.1"
13316
- - "192.0.2.0/24"
+ - 192.0.2.1
+ - 192.0.2.0/24
13317
ipv6:
13318
description: A list of IPv6 addresses or networks.
13319
type: array
13320
13321
13322
- example: "2001:DB8::/32"
+ example: 2001:DB8::/32
13323
Grant:
13324
13325
0 commit comments