From d9c317469d71d5c36f0798eed385110168da41fc Mon Sep 17 00:00:00 2001 From: Johannes Nicolai Date: Wed, 3 Apr 2024 17:57:19 +0200 Subject: [PATCH] Added link to GUI visualising OAS spec of software-catalog API * as a follow up to #23471 adding link to Postman workspace * workspace provides to visualize software-catalog API * workspace allows to try out API calls in browser Signed-off-by: Johannes Nicolai --- docs/features/software-catalog/api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/features/software-catalog/api.md b/docs/features/software-catalog/api.md index 1a0eaaf485..d002b12015 100644 --- a/docs/features/software-catalog/api.md +++ b/docs/features/software-catalog/api.md @@ -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