Skip to content

Commit

Permalink
Merge pull request #30 from janhq/chore/group-system-apis
Browse files Browse the repository at this point in the history
chore: group system apis
  • Loading branch information
louis-jan authored Jul 26, 2024
2 parents c65ae9f + 33bd0fa commit c34e809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class Events extends APIResource {
* Get download events.
*/
downloadEvent(): Core.APIPromise<Stream<DownloadStateEvent>> {
return this._client.get(`/events/download`, {
return this._client.get(`system/events/download`, {
stream: true,
}) as Core.APIPromise<Stream<DownloadStateEvent>>;
}
Expand Down

0 comments on commit c34e809

Please sign in to comment.