Skip to content

MWDI://v1/provide-list-of-cached-devices respond with incorrect format of the data #1553

@latta-siae

Description

@latta-siae

The new api: /v1/provide-list-of-cached-devices

is responding with incorrect format of the data:

	"mount-name-list": [
		{"mount-name": "305251234"},
		{"mount-name": "305251234"},
		{"mount-name": "505857816"},
	]
}

instead of (as a spec)

  "mount-name-list": [
    "305251234",
    "105258888"
  ]
}
Image

Impact: other modules will not work.

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions