You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/datadogV2/api/api_usage_metering.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1370,7 +1370,7 @@ impl UsageMeteringAPI {
1370
1370
/// END
1371
1371
/// ```
1372
1372
///
1373
-
/// This endpoint is only accessible for [parent-level organizations](<https://docs.datadoghq.com/account_management/multi_organization/>).
1373
+
/// This endpoint is only accessible for [parent-level organizations](<https://docs.datadoghq.com/account_management/multi_organization/>). This endpoint is not available in the Government (US1-FED) site.
1374
1374
pubasyncfnget_monthly_cost_attribution(
1375
1375
&self,
1376
1376
start_month: chrono::DateTime<chrono::Utc>,
@@ -1412,7 +1412,7 @@ impl UsageMeteringAPI {
1412
1412
/// END
1413
1413
/// ```
1414
1414
///
1415
-
/// This endpoint is only accessible for [parent-level organizations](<https://docs.datadoghq.com/account_management/multi_organization/>).
1415
+
/// This endpoint is only accessible for [parent-level organizations](<https://docs.datadoghq.com/account_management/multi_organization/>). This endpoint is not available in the Government (US1-FED) site.
0 commit comments