From 894fb354f363d97bb21c5876ec66dbeb9e05c6b6 Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 9 Feb 2024 22:12:17 +0100 Subject: [PATCH] Fix incorrect property name `streaming_api` for the `Instance` entity (#1399) The entity used for `/api/v2/instance` returns the streaming URL as `streaming`, not `streaming_api`. --- content/en/entities/Instance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/entities/Instance.md b/content/en/entities/Instance.md index b822dabd..20d4ccea 100644 --- a/content/en/entities/Instance.md +++ b/content/en/entities/Instance.md @@ -286,7 +286,7 @@ aliases: [ **Version history:**\ 4.0.0 - added -##### `configuration[urls][streaming_api]` {#streaming_api} +##### `configuration[urls][streaming]` {#streaming} **Description:** The Websockets URL for connecting to the streaming API.\ **Type:** String (URL)\