Skip to content

Commit 380d86e

Browse files
Fix Travis errors
POST /{firewall_id}/devices missing allOf array
1 parent 7c2644d commit 380d86e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9315,10 +9315,12 @@ paths:
93159315
content:
93169316
application/json:
93179317
schema:
9318+
type: object
93189319
required:
93199320
- id
93209321
- type
9321-
$ref: '#/components/schemas/FirewallDevices/properties/entity'
9322+
allOf:
9323+
- $ref: '#/components/schemas/FirewallDevices/properties/entity'
93229324
responses:
93239325
'200':
93249326
description: Returns information about the created Firewall Device.

0 commit comments

Comments
 (0)