Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.1.0
-
None
Description
APIs affected:
POST /v2/glossary/import
POST /v2/entity/businessmetadata/import
- Swagger UI for the above APIs shows two params fileDetail & inputStream both of type file, the expectation is to have the only inputStream to upload a file.
- Param inputStream have name as "inputStream", expected name is "file".