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 7c2644d commit 380d86eCopy full SHA for 380d86e
openapi.yaml
@@ -9315,10 +9315,12 @@ paths:
9315
content:
9316
application/json:
9317
schema:
9318
+ type: object
9319
required:
9320
- id
9321
- type
- $ref: '#/components/schemas/FirewallDevices/properties/entity'
9322
+ allOf:
9323
+ - $ref: '#/components/schemas/FirewallDevices/properties/entity'
9324
responses:
9325
'200':
9326
description: Returns information about the created Firewall Device.
0 commit comments