Skip to content

Commit 44b588f

Browse files
API "/v1/provide-list-of-cached-devices" should assign a array for devices for key "mount-name-list" (#1473)
Fixes #1466
1 parent 0f8019f commit 44b588f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

spec/MicroWaveDeviceInventory.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2983,13 +2983,10 @@ paths:
29832983
mount-name-list:
29842984
type: array
29852985
items:
2986-
type: object
2987-
properties:
2988-
mount-name:
2989-
type: string
2990-
description: >
2991-
'MountName of the device for which MWDI has a cached ControlConstruct
2992-
from {$RequestForListOfCachedDevicesCausesReadingFromCache}'
2986+
type: string
2987+
description: >
2988+
'MountName of the device for which MWDI has a cached ControlConstruct
2989+
from {$RequestForListOfCachedDevicesCausesReadingFromCache}'
29932990
example:
29942991
mount-name-list:
29952992
- '305251234'

0 commit comments

Comments
 (0)