Merge pull request #23963 from jonico/master

Added link to GUI visualising OAS spec of software-catalog API
This commit is contained in:
Vincenzo Scamporlino
2024-04-12 10:36:38 +02:00
committed by GitHub
+1
View File
@@ -7,6 +7,7 @@ description: The Software Catalog API
The software catalog backend has a JSON based REST API, which can be leveraged
by external systems. This page describes its shape and features. The OpenAPI spec
for this API can be found [here](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend/src/schema/openapi.yaml).
A UI visualizing the OpenAPI endpoints including the ability to try them out in the browser can be found [here](https://www.postman.com/backstage-io/workspace/catalog-api/overview).
## Overview