What happened?
Example schema for request body shown for stored-procedure is not consistent.
To reproduce:
- Use the dab-config.MsSql.json to start the engine.
- open the swagger UI through the endpoint : https://localhost:5001/swagger
Inconsistencies noted:
-
Empty schema for request Body shown for /InsertBook (missing parameter info)

-
Incorrect request body schema shown for /CountBook, (should be empty json, as it doesn’t need params)

-
Incorrect request body schema shown for /UpdateBookTitle, (publisher_id is not required in the request payload.)

Similar issue with /GetAuthorsHistoryByFirstName and /InsertAndDisplayAllBooksUnderGivenPublisher
Version
0.7.5
What database are you using?
Azure SQL
What hosting model are you using?
Local (including CLI)
Which API approach are you accessing DAB through?
REST
Relevant log output
No response
Code of Conduct
What happened?
Example schema for request body shown for stored-procedure is not consistent.
To reproduce:
Inconsistencies noted:
Empty schema for request Body shown for /InsertBook (missing parameter info)

Incorrect request body schema shown for /CountBook, (should be empty json, as it doesn’t need params)

Incorrect request body schema shown for /UpdateBookTitle, (publisher_id is not required in the request payload.)

Similar issue with /GetAuthorsHistoryByFirstName and /InsertAndDisplayAllBooksUnderGivenPublisher
Version
0.7.5
What database are you using?
Azure SQL
What hosting model are you using?
Local (including CLI)
Which API approach are you accessing DAB through?
REST
Relevant log output
No response
Code of Conduct