5e-bits / 5e-srd-api

REST API to access D&D 5th Edition SRD database
MIT License
498 stars 158 forks source link

Generated openapi spec does not match the public documentation #619

Closed ecshreve closed 7 hours ago

ecshreve commented 12 hours ago

Currently the openapi.json file generated in this repo by npm run bundle-swagger does not match the one used in the docs repo. To bring them back together these changes are needed. (and possibly more)


Update the documentation in the /src/swagger directory


Generate new spec


Update the docs repo

ecshreve commented 12 hours ago

I'm working on this, but can't assign the issue to myself

ecshreve commented 8 hours ago

Okay I think I figured it out, PRs should be all set