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/collections/domain/useCases/LinkCollection.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ export class LinkCollection implements UseCase<void> {
9
9
}
10
10
11
11
/**
12
-
* Deletes the Dataverse collection whose database ID or alias is given:
12
+
* Creates a link between two collections. The linked collection will be linked to the linking collection.:
13
13
*
14
14
* @param {number| string} [linkedCollectionIdOrAlias] - The collection to be linked. Can be either a string (collection alias), or a number (collection id)
15
15
* @param { number | string} [linkingCollectionIdOrAlias] - The collection that will be linking to the linked collection. Can be either a string (collection alias), or a number (collection id)
0 commit comments