Skip to content

Commit 1539d9a

Browse files
committed
remove unnecessary request body
1 parent 9533b51 commit 1539d9a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

cns/swagger.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -433,21 +433,6 @@ components:
433433
type: string
434434
description: The error message
435435

436-
AssignIBDevicesToPodRequest:
437-
type: object
438-
required:
439-
- PodID
440-
- MACAddresses
441-
properties:
442-
PodID:
443-
type: string
444-
description: podname-podnamespace of which pod to attach these devices to
445-
MACAddresses:
446-
type: array
447-
description: MAC addresses of IB devices such as "60:45:bd:a4:b5:7a"
448-
items:
449-
type: string
450-
451436
AssignIBDevicesToPodResponse:
452437
type: object
453438
required:

0 commit comments

Comments
 (0)