···1212 res.status: eq 200
1313 res.body.name: isDefined
1414 res.body.tokens: isDefined
1515+ res.body.cid: isDefined
1516}
16171718docs {
1818- Returns full theme data (name, colorScheme, tokens, cssOverrides, fontUrls)
1919+ Returns full theme data (name, colorScheme, tokens, cssOverrides, fontUrls, cid)
1920 for the theme identified by its rkey (TID).
20212222+ The cid field enables CID integrity checking in the theme resolution waterfall
2323+ (ATB-53): the web server compares the fetched theme's CID against the policy's
2424+ expected CID to detect stale/mismatched theme records.
2525+2126 Set the theme_rkey environment variable to a valid theme rkey before running.
22272328 Path params:
···2732 {
2833 "id": "1",
2934 "uri": "at://did:plc:.../space.atbb.forum.theme/3lblexample",
3535+ "cid": "bafyreib2rxk3rybk3aobmv5cjuql3bm2twh4jo5ufuzl4etccplm56vb5e",
3036 "name": "Neobrutal Light",
3137 "colorScheme": "light",
3238 "tokens": { "color-bg": "#f5f0e8", "color-text": "#1a1a1a" },