Skip to content

Commit a439a66

Browse files
committed
Add checksumAlgorithm field
1 parent fb40e12 commit a439a66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

thothlibrary/mutation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def _upload_spec(field_names, quoted_fields, return_fields):
8888
NEW_INSTITUTION = ["institutionName", "institutionDoi", "ror", "countryCode"]
8989
NEW_LOCATION = [
9090
"publicationId", "landingPage", "fullTextUrl", "locationPlatform",
91-
"canonical", "checksum",
91+
"canonical", "checksum", "checksumAlgorithm",
9292
]
9393
NEW_FUNDING = [
9494
"workId", "institutionId", "program", "projectName", "projectShortname",

0 commit comments

Comments
 (0)