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: azure-devops/azure/devops/v5_1/audit/models.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ class DecoratedAuditLogEntry(Model):
119
119
:type category: object
120
120
:param category_display_name: DisplayName of the category
121
121
:type category_display_name: str
122
-
:param correlation_id: This allows related audit entries to be grouped together. Generally this occurs when a single action cases a cascade of audit entries. For example, project creation.
122
+
:param correlation_id: This allows related audit entries to be grouped together. Generally this occurs when a single action causes a cascade of audit entries. For example, project creation.
123
123
:type correlation_id: str
124
124
:param data: External data such as CUIDs, item names, etc.
0 commit comments