Skip to content

Commit a83bec8

Browse files
authored
Merge pull request #49 from thoth-pub/feature/archive_checksum
Add new checksum field to createLocation method
2 parents e46629f + a439a66 commit a83bec8

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",
91+
"canonical", "checksum", "checksumAlgorithm",
9292
]
9393
NEW_FUNDING = [
9494
"workId", "institutionId", "program", "projectName", "projectShortname",

0 commit comments

Comments
 (0)