What is swagger ui path in nodebb?
Solved
Technical Support
-
What is swagger ui path in nodebb?
-
There are two OpenAPI specifications, you can find them exposed via redoc under
/debug/spec/read
and/debug/spec/write
(note: these paths are only there when NodeBB is started in development mode, that is whenNODE_ENV=development
).
The specification files themselves can be found under/assets/openapi/read.yaml
//assets/openapi/write.yaml
even on production instances.If you only need to see the latest version (since I don't think there are historic ones hosted, it's just updated) the API docs are also available online: https://docs.nodebb.org/api/read/ and https://docs.nodebb.org/api/write/
-
Copyright © 2024 NodeBB | Contributors