@backstage-community/plugin-badges-backend 0.11.0 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -201,7 +201,7 @@ The badges backend api exposes two main endpoints for entity badges. The
|
|
|
201
201
|
|
|
202
202
|
- `/badges/entity/:namespace/:kind/:name/badge-specs` List all defined badges
|
|
203
203
|
for a particular entity, in json format. See
|
|
204
|
-
[BadgeSpec](https://github.com/backstage/
|
|
204
|
+
[BadgeSpec](https://github.com/backstage/community-plugins/blob/main/workspaces/badges/plugins/badges/src/api/types.ts)
|
|
205
205
|
from the frontend plugin for a type declaration.
|
|
206
206
|
|
|
207
207
|
- `/badges/entity/:namespace/:kind/:name/badge/:badgeId` Get the entity badge as
|
|
@@ -220,7 +220,7 @@ The badges backend api exposes two main endpoints for entity badges. The
|
|
|
220
220
|
|
|
221
221
|
- `/badge/entity/:entityUuid/badge-specs` List all defined badges for a
|
|
222
222
|
particular entity, in json format. See
|
|
223
|
-
[BadgeSpec](https://github.com/backstage/
|
|
223
|
+
[BadgeSpec](https://github.com/backstage/community-plugins/blob/main/workspaces/badges/plugins/badges/src/api/types.ts)
|
|
224
224
|
from the frontend plugin for a type declaration.
|
|
225
225
|
|
|
226
226
|
### Custom badge styles
|
package/package.json
CHANGED