diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api/swagger.yaml | 22 | 
1 files changed, 22 insertions, 0 deletions
| diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 66f7e53a5..9fcc8bab3 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -1526,6 +1526,16 @@ definitions:                  example: picture of a cute lil' friendly sloth                  type: string                  x-go-name: ThumbnailDescription +            thumbnail_static: +                description: URL of the static instance avatar/banner image. +                example: https://example.org/files/instance/static/thumbnail.webp +                type: string +                x-go-name: ThumbnailStatic +            thumbnail_static_type: +                description: MIME type of the static instance thumbnail. +                example: image/webp +                type: string +                x-go-name: ThumbnailStaticType              thumbnail_type:                  description: MIME type of the instance thumbnail.                  example: image/png @@ -1759,6 +1769,11 @@ definitions:                  example: UeKUpFxuo~R%0nW;WCnhF6RjaJt757oJodS$                  type: string                  x-go-name: Blurhash +            static_url: +                description: StaticURL version of the thumbnail image. +                example: https://example.org/fileserver/01BPSX2MKCRVMD4YN4D71G9CP5/attachment/static/01H88X0KQ2DFYYDSWYP93VDJZA.webp +                type: string +                x-go-name: StaticURL              thumbnail_description:                  description: |-                      Description of the instance thumbnail. @@ -1766,6 +1781,13 @@ definitions:                  example: picture of a cute lil' friendly sloth                  type: string                  x-go-name: Description +            thumbnail_static_type: +                description: |- +                    MIME type of the instance thumbnail. +                    Key/value not set if thumbnail image type unknown. +                example: image/png +                type: string +                x-go-name: StaticType              thumbnail_type:                  description: |-                      MIME type of the instance thumbnail. | 
