Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
This commit is contained in:
bcmmbaga
2024-12-11 14:37:36 +01:00
parent 9fae103370
commit bde334ecfc

View File

@ -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: