Skip to content

Commit 6dce6cc

Browse files
change: [DI-29069] - Move to v4 endpoint instead of v4beta for metrics in CloudPulse (#13239)
* Added: [DI-29069] - V4 endpoint instead of V4 beat * Added: [DI-29069] - changeset * Added: [DI-29069] - changeset
1 parent 1ba4648 commit 6dce6cc

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@linode/api-v4": Changed
3+
---
4+
5+
Move to `v4 endpoint` instead of v4beta for `CloudPulse metrics` api calls ([#13239](https://github.com/linode/manager/pull/13239))

packages/api-v4/src/cloudpulse/dashboards.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BETA_API_ROOT as API_ROOT } from 'src/constants';
1+
import { API_ROOT } from 'src/constants';
22

33
import Request, { setMethod, setURL } from '../request';
44

packages/api-v4/src/cloudpulse/services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BETA_API_ROOT as API_ROOT } from 'src/constants';
1+
import { API_ROOT } from 'src/constants';
22

33
import Request, {
44
setData,

0 commit comments

Comments
 (0)