commit 87b30a4f91cc8ca9f9caedd08ad9f6633406df87
parent e8a04b7ce1fdb31febca7894229247207369bc85
Author: tobi <31960611+tsmethurst@users.noreply.github.com>
Date: Mon, 20 Feb 2023 17:06:36 +0100
[docs] correct swagger docs (#1543)
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git 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: