Skip to content

Commit c34e809

Browse files
authored
Merge pull request #30 from janhq/chore/group-system-apis
chore: group system apis
2 parents c65ae9f + 33bd0fa commit c34e809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/events.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export class Events extends APIResource {
1010
* Get download events.
1111
*/
1212
downloadEvent(): Core.APIPromise<Stream<DownloadStateEvent>> {
13-
return this._client.get(`/events/download`, {
13+
return this._client.get(`system/events/download`, {
1414
stream: true,
1515
}) as Core.APIPromise<Stream<DownloadStateEvent>>;
1616
}

0 commit comments

Comments
 (0)