WIP! A BB-style forum, on the ATmosphere! We're still working... we'll be back soon when we have something to show off!
node typescript hono htmx atproto
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(bruno): update GET /api/themes/:rkey to document cid field (ATB-53)

Malpercio 10144069 f21f42a1

+7 -1
+7 -1
bruno/AppView API/Themes/Get Theme.bru
··· 12 12 res.status: eq 200 13 13 res.body.name: isDefined 14 14 res.body.tokens: isDefined 15 + res.body.cid: isDefined 15 16 } 16 17 17 18 docs { 18 - Returns full theme data (name, colorScheme, tokens, cssOverrides, fontUrls) 19 + Returns full theme data (name, colorScheme, tokens, cssOverrides, fontUrls, cid) 19 20 for the theme identified by its rkey (TID). 20 21 22 + The cid field enables CID integrity checking in the theme resolution waterfall 23 + (ATB-53): the web server compares the fetched theme's CID against the policy's 24 + expected CID to detect stale/mismatched theme records. 25 + 21 26 Set the theme_rkey environment variable to a valid theme rkey before running. 22 27 23 28 Path params: ··· 27 32 { 28 33 "id": "1", 29 34 "uri": "at://did:plc:.../space.atbb.forum.theme/3lblexample", 35 + "cid": "bafyreib2rxk3rybk3aobmv5cjuql3bm2twh4jo5ufuzl4etccplm56vb5e", 30 36 "name": "Neobrutal Light", 31 37 "colorScheme": "light", 32 38 "tokens": { "color-bg": "#f5f0e8", "color-text": "#1a1a1a" },