Skip to content

Commit

Permalink
chore: change events endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
marknguyen1302 committed Jul 26, 2024
1 parent c65ae9f commit 33bd0fa
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 33bd0fa

Please sign in to comment.