From 40c33ccc49c434fc9d22cbab330f4b3235514965 Mon Sep 17 00:00:00 2001 From: vdyotte Date: Tue, 24 Sep 2024 16:12:12 -0400 Subject: [PATCH] Fix: update swagger doc --- docs/api/swagger.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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.