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: Sources/Modules/RetentionPolicyModule.swift
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -174,13 +174,13 @@ public class RetentionPoliciesModule {
174
174
///
175
175
/// - Parameters:
176
176
/// - id: The id of the retention policy to assign this content to.
177
-
/// - assignedContentId: The id of the content to assign the retention policy to. If assigning to an enterprise, no id should be provided.
177
+
/// - assignedContentId: The id of the content to assign the retention policy to. If assigning to an enterprise set this to nil.
178
178
/// - assignContentType: The type of item policy is assigned to. The type can only be one of three attributes: enterprise, folder, or metadata_template.
179
179
/// - filterFields: The array of metadata field filters
180
180
/// - completion: Returns either new assignment upon success or an error.
0 commit comments