-
Notifications
You must be signed in to change notification settings - Fork 299
Closed
Labels
bugSomething isn't workingSomething isn't workingopen-apirestswaggertriageissues to be triagedissues to be triaged
Milestone
Description
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
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingopen-apirestswaggertriageissues to be triagedissues to be triaged
Type
Projects
Status
Done