chore: fix spell check on plugins/badges-backend/README.md

Signed-off-by: Rbillon59 <r.billon@celonis.com>
This commit is contained in:
Rbillon59
2023-05-02 15:12:06 +02:00
parent 8fc889a4bd
commit b11367dc2c
+1 -1
View File
@@ -149,7 +149,7 @@ The badges backend api exposes two main endpoints for entity badges. The
### If obfuscation is enabled (apps.badges.obfuscate: true)
- `/badges/entity/:namespace/:kind/:name/obfuscated` Get the obfuscated entity url.
- `/badges/entity/:namespace/:kind/:name/obfuscated` Get the obfuscated `entity url`.
> Note that endpoint have a embedded authMiddleware to authenticate the user requesting this endpoint. _It meant to be called from the frontend plugin._