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/files/domain/useCases/UpdateFileCategories.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ export class UpdateFileCategories implements UseCase<void> {
10
10
11
11
/**
12
12
* Updates the categories for a particular File.
13
-
* More detailed information about updating a file's categories behavior can be found in https://guides.dataverse.org/en/latest/api/native-api.html#updating-file-metadata
13
+
* More detailed information about updating a file's categories behavior can be found in https://guides.dataverse.org/en/latest/api/native-api.html#updating-file-metadata-categories
14
14
*
15
15
* @param {number | string} [fileId] - The file identifier, which can be a string (for persistent identifiers), or a number (for numeric identifiers).
16
16
* @param {string[]} [categories] - The categories to be added to the file.
Copy file name to clipboardExpand all lines: src/files/domain/useCases/UpdateFileTabularTags.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ export class UpdateFileTabularTags implements UseCase<void> {
10
10
11
11
/**
12
12
* Updates the tabular tabular Tags for a particular File.
13
-
* More detailed information about updating a file's tabularTags behavior can be found in https://guides.dataverse.org/en/latest/api/native-api.html#updating-file-metadata
13
+
* More detailed information about updating a file's tabularTags behavior can be found in https://guides.dataverse.org/en/latest/api/native-api.html#updating-file-tabular-tags
14
14
*
15
15
* @param {number | string} [fileId] - The file identifier, which can be a string (for persistent identifiers), or a number (for numeric identifiers).
16
16
* @param {string[]} [tabularTags] - The tabular tags to be added to the file.
0 commit comments