+
- Keine Treffer für die aktuelle Suche.
+ No matches for the current search.
@@ -129,7 +124,7 @@
- Endpoint catalogue
+ Endpoint catalog
Endpoints are grouped by audience. Public endpoints do not require a bearer token. Protected endpoints require a
valid access token. Rate limits and additional business rules are documented per route.
@@ -192,7 +187,7 @@
class="inline-flex items-center gap-2 rounded-full border border-white/15 px-3 py-1 text-[11px] uppercase tracking-[0.25em] text-white/60 transition hover:border-cyan-300/60 hover:text-white"
@click.stop="copyToClipboard(fullEndpointUrl(endpoint.path), getCopyKey(endpoint, 'url'))">
- {{ copyStates[getCopyKey(endpoint, 'url')] ? 'Kopiert' : 'Copy URL' }}
+ {{ copyStates[getCopyKey(endpoint, 'url')] ? 'Copied' : 'Copy URL' }}