From ebad565f8e7047e0fb4695c2c96f845d6c590715 Mon Sep 17 00:00:00 2001 From: Maedah Batool Date: Thu, 30 Jan 2025 08:36:30 -0800 Subject: [PATCH] Fix broken link in Stream API docs --- docs/api/stream_api/index.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api/stream_api/index.mdx b/docs/api/stream_api/index.mdx index 7d9a479a9..f0ce46a92 100644 --- a/docs/api/stream_api/index.mdx +++ b/docs/api/stream_api/index.mdx @@ -7,6 +7,7 @@ supports running exhaustive searches returning a large volume of results without putting pressure on the backend. ## Endpoint + `/.api/search/stream` ## Request @@ -76,8 +77,6 @@ Events can be of the following types: | alert | info, warning and error messages | | done | always the last event | -Refer to the [interface definitions of our typescript client](https://sourcegraph.com/github.com/sourcegraph/sourcegraph/-/blob/client/shared/src/search/stream.ts?L12) to learn about the schema of the event-types. - ## Example (curl) On Sourcegraph.com we can run queries without authentication.