fix: added docx types to binary (#41200)

This commit is contained in:
Nilansh Bansal 2025-09-03 10:47:30 +05:30 committed by GitHub
parent 5faaff38ba
commit 096fc8aa69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,8 +62,10 @@ public class RestAPIActivateUtils {
"application/octet-stream",
"application/pdf",
"application/pkcs8",
"application/x-binary");
"application/x-binary",
"application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"application/vnd.openxmlformats-officedocument.presentationml.presentation");
public static HeaderUtils headerUtils = new HeaderUtils();
public Mono<ActionExecutionResult> triggerApiCall(