From 2be7cf060d62b530303fc0f879caad0bccc27ea6 Mon Sep 17 00:00:00 2001 From: Andreas Stenius Date: Fri, 19 Mar 2021 16:32:53 +0100 Subject: [PATCH] badges-backend: fix minor URL typo in readme. Signed-off-by: Andreas Stenius --- plugins/badges-backend/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/badges-backend/README.md b/plugins/badges-backend/README.md index e64360656d..73f72d32ac 100644 --- a/plugins/badges-backend/README.md +++ b/plugins/badges-backend/README.md @@ -88,9 +88,9 @@ The badges backend api exposes two main endpoints for entity badges. The [BadgeSpec](https://github.com/backstage/backstage/tree/master/plugins/badges/src/api/types.ts) from the frontend plugin for a type declaration. -- `/badges/entity/:namespace/:kind/:name/:badgeId` Get the entity badge as an - SVG image. If the `accept` request header prefers `application/json` the badge - spec as JSON will be returned instead of the image. +- `/badges/entity/:namespace/:kind/:name/badge/:badgeId` Get the entity badge as + an SVG image. If the `accept` request header prefers `application/json` the + badge spec as JSON will be returned instead of the image. ## Links