From 052feb6f75558feac292a753e8023e762fb50a61 Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 7 Feb 2024 14:33:35 +0100 Subject: [PATCH] Fix incorrect property name `streaming_api` for the `Instance` entity 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)\