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
@@ -5860,7 +5861,7 @@ public static void ListMetadataWithTags(LootLockerMetadataSources Source, string
5860
5861
/// Get Metadata for the specified source with the given key
5861
5862
/// </summary>
5862
5863
/// <param name="Source"> The source type for which to request metadata</param>
5863
-
/// <param name="SourceID"> The specific source id for which to request metadata</param>
5864
+
/// <param name="SourceID"> The specific source id for which to request metadata, note that if the source is self then this too should be set to "self"</param>
5864
5865
/// <param name="Key"> The key of the metadata to fetch, use this to fetch metadata for a specific key for the specified source.</param>
5865
5866
/// <param name="onComplete">Delegate for handling the server response</param>
5866
5867
/// <param name="IgnoreFiles"> Optional: Base64 values will be set to content_type "application/x-redacted" and the content will be an empty String. Use this to avoid accidentally fetching large data files.</param>
/// <param name="SourcesAndKeysToGet"> The combination of sources to get keys for, and the keys to get for those sources </param>
5887
5888
/// <param name="onComplete">Delegate for handling the server response</param>
5888
5889
/// <param name="IgnoreFiles"> Optional: Base64 values will be set to content_type "application/x-redacted" and the content will be an empty String. Use this to avoid accidentally fetching large data files.</param>
/// Perform the specified metadata operations for the specified source
5903
+
/// Note that a subset of the specified operations can fail without the full request failing. Make sure to check the errors array in the response.
5904
+
/// </summary>
5905
+
/// <param name="Source"> The source type that the source id refers to </param>
5906
+
/// <param name="SourceID"> The specific source id for which to set metadata, note that if the source is self then this too should be set to "self" </param>
5907
+
/// <param name="OperationsToPerform"> List of operations to perform for the given source </param>
5908
+
/// <param name="onComplete">Delegate for handling the server response</param>
0 commit comments