diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 54d318111..ed21bd4e8 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -284,6 +284,12 @@ definitions: example: https://example.org/media/some_user/header/static/header.png type: string x-go-name: HeaderStatic + hide_boosts: + description: |- + Account has opted to hide boosts from their profile. + Key/value omitted if false. + type: boolean + x-go-name: HideBoosts hide_collections: description: |- Account has opted to hide their followers/following collections. @@ -2284,6 +2290,12 @@ definitions: example: https://example.org/media/some_user/header/static/header.png type: string x-go-name: HeaderStatic + hide_boosts: + description: |- + Account has opted to hide boosts from their profile. + Key/value omitted if false. + type: boolean + x-go-name: HideBoosts hide_collections: description: |- Account has opted to hide their followers/following collections.