We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb40e12 commit a439a66Copy full SHA for a439a66
1 file changed
thothlibrary/mutation.py
@@ -88,7 +88,7 @@ def _upload_spec(field_names, quoted_fields, return_fields):
88
NEW_INSTITUTION = ["institutionName", "institutionDoi", "ror", "countryCode"]
89
NEW_LOCATION = [
90
"publicationId", "landingPage", "fullTextUrl", "locationPlatform",
91
- "canonical", "checksum",
+ "canonical", "checksum", "checksumAlgorithm",
92
]
93
NEW_FUNDING = [
94
"workId", "institutionId", "program", "projectName", "projectShortname",
0 commit comments