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_events.rs
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,9 @@ impl EventsAPI {
170
170
171
171
/// This endpoint allows you to post events.
172
172
///
173
-
/// Only events with **`change` category** are under General Availability. Refer to [Change Tracking](<https://docs.datadoghq.com/change_tracking>) for further details.
173
+
/// ✅ **Only events with the `change` category** are in General Availability. See [Change Tracking](<https://docs.datadoghq.com/change_tracking>) for more details.
174
+
///
175
+
/// ❌ For use cases involving other event categories, please use the V1 endpoint.
/// Only events with **`change` category** are under General Availability. Refer to [Change Tracking](<https://docs.datadoghq.com/change_tracking>) for further details.
197
+
/// ✅ **Only events with the `change` category** are in General Availability. See [Change Tracking](<https://docs.datadoghq.com/change_tracking>) for more details.
198
+
///
199
+
/// ❌ For use cases involving other event categories, please use the V1 endpoint.
0 commit comments