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/datadog_api_client/v2/api/events_api.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,9 @@ def create_event(
130
130
131
131
This endpoint allows you to post events.
132
132
133
-
Only events with **change category** are under General Availability. Refer to `Change Tracking <https://docs.datadoghq.com/change_tracking>`_ for further details.
133
+
✅ **Only events with the change category** are in General Availability. See `Change Tracking <https://docs.datadoghq.com/change_tracking>`_ for more details.
134
+
135
+
❌ For use cases involving other event categories, please use the V1 endpoint.
0 commit comments