Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://demo.law4devs.eu/api/v1/tags/{slug}
{ "data": { "id": 1, "slug": "vulnerability-reporting", "name": "Vulnerability Reporting", "description": "Requirements related to disclosing and reporting software vulnerabilities.", "keywords": [ "vulnerability", "CVE", "disclose", "disclosure" ], "color": "#e74c3c", "created_at": "2023-11-07T05:31:56Z" } }
Returns a single tag with its keywords and metadata.
Framework slug (e.g. cra, nis2, gdpr)
cra
nis2
gdpr
^[a-z0-9_]+$
"cra"
Tag detail
Show child attributes
Was this page helpful?