From 0522399bdef3346572a9b51e1be1ef801f95d0a8 Mon Sep 17 00:00:00 2001 From: Johannes Nicolai Date: Mon, 11 Mar 2024 13:20:22 +0100 Subject: [PATCH] Added OAS spec location in software-catalog API docs * for easier API consumption, pointed to location of OpenAPI spec for software-catalog Signed-off-by: Johannes Nicolai --- docs/features/software-catalog/api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/features/software-catalog/api.md b/docs/features/software-catalog/api.md index 46f32e9064..1a0eaaf485 100644 --- a/docs/features/software-catalog/api.md +++ b/docs/features/software-catalog/api.md @@ -5,7 +5,8 @@ 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. +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). ## Overview