the browser-facing portion of osu!
at master 26 lines 496 B view raw view rendered
1## UpdateStream 2 3```json 4{ 5 "id": 7, 6 "name": "lazer", 7 "display_name": "Lazer", 8 "is_featured": false 9} 10``` 11 12Field | Type 13-------------|----- 14display_name | string? 15id | integer 16is_featured | boolean 17name | string 18 19### Optional Attributes 20 21The following are attributes which may be additionally included in responses. Relevant endpoints should list them if applicable. 22 23Field | Type 24-------------|----- 25latest_build | [Build](#build)? 26user_count | integer