unicum.gg

Glossary anchors

GET
/glossary/anchors

Where each glossary term attaches to the interface: the tank specification columns and the on-screen labels it defines, with the one-sentence definition to show for them. Small by construction (only anchored terms, listed once each), so a client can hold the whole thing and explain a table without another request.

Response Body

application/json

curl -X GET "https://example.com/glossary/anchors"
{  "terms": [    {      "slug": "string",      "term": "string",      "short": "string"    }  ],  "bySpecKey": {    "property1": "string",    "property2": "string"  },  "byLabel": {    "property1": "string",    "property2": "string"  }}