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
* Return the controlled vocabulary configured for the specified metadata and collection if any (/submission/vocabularies/search/{@link searchByMetadataAndCollectionPath}?metadata=<>&collection=<>)
69
+
* @param metadataField metadata field to search
70
+
* @param collectionUUID collection UUID where is configured the vocabulary
71
+
* @param useCachedVersionIfAvailable If this is true, the request will only be sent if there's
72
+
* no valid cached version. Defaults to true
73
+
* @param reRequestOnStale Whether or not the request should automatically be re-
74
+
* requested after the response becomes stale
75
+
* @param linksToFollow List of {@link FollowLinkConfig} that indicate which
76
+
* {@link HALLink}s should be automatically resolved
0 commit comments