Open camsaul opened 2 years ago
Just leaving a note here: @qnkhuat has put in a hotfix in the endpoint_dox
script that generates our API docs to handle these discrepancies in API route format. Should we resolve this issue (that is #22687), we should verify that our API docs script correctly generates the endpoint routes.
Most of our EE endpoints follow the convention
e.g.
for
Specifically the
content-management
andsandbox
routes do not follow this convention (seemetabase-enterprise.api.routes
).This makes it hard to automatically generate documentation for them.
Related: #22396