Merge pull request #5241 from SDA-SE/feat/happy-path

Change the response status of metadata endpoints in case a documentation is not available to `404 NOT FOUND`
This commit is contained in:
Eric Peterson
2021-04-09 10:11:55 +02:00
committed by GitHub
4 changed files with 28 additions and 73 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-techdocs-backend': patch
---
Change the response status of metadata endpoints in case a documentation is not
available to `404 NOT FOUND`. This also introduces the JSON based error messages
used by other backends.