diff options
author | 2023-02-20 17:06:36 +0100 | |
---|---|---|
committer | 2023-02-20 17:06:36 +0100 | |
commit | 87b30a4f91cc8ca9f9caedd08ad9f6633406df87 (patch) | |
tree | ddb1c4c5d3b6041dc2e611696720803f674eac2f | |
parent | [bugfix] Fix account roles (#1542) (diff) | |
download | gotosocial-87b30a4f91cc8ca9f9caedd08ad9f6633406df87.tar.xz |
[docs] correct swagger docs (#1543)
-rw-r--r-- | docs/api/swagger.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index ce3eecbeb..293c7a443 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -1375,14 +1375,14 @@ definitions: x-go-package: github.com/superseriousbusiness/gotosocial/internal/api/model instanceV1URLs: properties: - streaming: + streaming_api: description: Websockets address for status and notification streaming. example: wss://example.org type: string - x-go-name: Streaming - title: InstanceV2URLs models instance-relevant URLs for client application consumption. + x-go-name: StreamingAPI + title: InstanceV1URLs models instance-relevant URLs for client application consumption. type: object - x-go-name: InstanceV2URLs + x-go-name: InstanceV1URLs x-go-package: github.com/superseriousbusiness/gotosocial/internal/api/model instanceV2: properties: |