mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-16 10:08:12 +02:00
@ -1186,11 +1186,11 @@ components:
|
|||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
id:
|
id:
|
||||||
description: Resource ID
|
description: ID of the resource
|
||||||
type: string
|
type: string
|
||||||
example: chacdk86lnnboviihd7g
|
example: chacdk86lnnboviihd7g
|
||||||
type:
|
type:
|
||||||
description: Resource type
|
description: Type of the resource
|
||||||
$ref: '#/components/schemas/ResourceType'
|
$ref: '#/components/schemas/ResourceType'
|
||||||
required:
|
required:
|
||||||
- id
|
- id
|
||||||
@ -1251,9 +1251,7 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
example: chacdk86lnnboviihd7g
|
example: chacdk86lnnboviihd7g
|
||||||
type:
|
type:
|
||||||
description: Network resource type based of the address
|
|
||||||
$ref: '#/components/schemas/NetworkResourceType'
|
$ref: '#/components/schemas/NetworkResourceType'
|
||||||
example: host
|
|
||||||
required:
|
required:
|
||||||
- id
|
- id
|
||||||
- type
|
- type
|
||||||
@ -1262,6 +1260,7 @@ components:
|
|||||||
description: Network resource type based of the address
|
description: Network resource type based of the address
|
||||||
type: string
|
type: string
|
||||||
enum: [ "host", "subnet", "domain" ]
|
enum: [ "host", "subnet", "domain" ]
|
||||||
|
example: host
|
||||||
NetworkRouterRequest:
|
NetworkRouterRequest:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
Reference in New Issue
Block a user