diff options
author | 2023-03-14 10:56:34 +0100 | |
---|---|---|
committer | 2023-03-14 10:56:34 +0100 | |
commit | d5529d6c9fe7bb66a6ec40a615d46458ee99e82e (patch) | |
tree | 4cdfe49deae4c6daf41aaf88f19a57e13a0fa934 /internal/api/model | |
parent | [chore]: Bump github.com/ulule/limiter/v3 from 3.11.0 to 3.11.1 (#1616) (diff) | |
download | gotosocial-d5529d6c9fe7bb66a6ec40a615d46458ee99e82e.tar.xz |
[chore] fix + update swagger docs (#1622)
Diffstat (limited to 'internal/api/model')
-rw-r--r-- | internal/api/model/instancev2.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/model/instancev2.go b/internal/api/model/instancev2.go index 0ab973b04..25d9c790d 100644 --- a/internal/api/model/instancev2.go +++ b/internal/api/model/instancev2.go @@ -122,7 +122,7 @@ type InstanceV2ThumbnailVersions struct { // InstanceV2URLs models instance-relevant URLs for client application consumption. // -// swagger:model instanceV1URLs +// swagger:model instanceV2URLs type InstanceV2URLs struct { // Websockets address for status and notification streaming. // example: wss://example.org |