Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 11 additions & 13 deletions spec/MicroWaveDeviceInventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2715,19 +2715,17 @@ paths:
content:
application/json:
schema:
oneOf:
- description: 'Mount-name list filter'
type: object
properties:
mount-name-list:
type: array
items:
type: string
description: 'List of names of devices for which the status metadata shall be provided.'
example:
mount-name-list:
- '305251234'
- '105258888'
type: object
properties:
mount-name-list:
type: array
items:
type: string
description: 'List of names of devices for which the status metadata shall be provided.'
example:
mount-name-list:
- '305251234'
- '105258888'
responses:
'200':
description: 'Device status metadata provided'
Expand Down
Loading