Skip to content

0.5.0

Compare
Choose a tag to compare
@hampsterx hampsterx released this 27 Mar 18:10
44e692d
  • updated the swagger UI to version v3.9.2
  • added decorator to provide reponse documentation for non-200 status codes
  • now possible to configure security/authorization for swagger
  • now possible to set the host and basepath parameters
  • fixed the issue where swagger always expects the openapi/spec.json path to be at the root of the url path
  • added doc field-type specifically for post endpoints that consumes a json body (the openapi spec is invalid when using a standard dictionary for this)
  • removed the openapi blueprint and put everything under the swagger blueprint
  • fixed some other openapi spec validation issues