Reference document: Modify App Data | Samsung Developer
Calling the interface, executing the script:
curl -i -X POST \
-H "Content-Type: application/json" \
-H "Authorization: xxxxx" \
-H "service-account-id: xxxxx" \
-d '{"contentId":"xxxxx",
"paid":"N",
"publicationType":"01",
"defaultLanguageCode":"ZHO",
"appTitle":"xxx","binaryList":[{"filekey":"4f14ce02-4536-453b-a4b9-e7be1aa51aa7","gms":"N"}]}' \
"https://devapi.samsungapps.com/seller/contentUpdate"
Response:
{"body":{"contentId":"xxxxx","errorCode":"4122","contentStatus":"REGISTERING","httpStatus":"BAD_REQUEST","errorMsg":"Binary Upload Key error"},"message":"Request failed with status code 400","from":"seller"}
The interface has been working fine before, but has started to show issues in the last few days. Could you please let me know if there have been any changes?