diff --git a/certified-connectors/PDF4me Connect/apiDefinition.swagger.json b/certified-connectors/PDF4me Connect/apiDefinition.swagger.json index 4e2a0d1607..7d8f2b0209 100644 --- a/certified-connectors/PDF4me Connect/apiDefinition.swagger.json +++ b/certified-connectors/PDF4me Connect/apiDefinition.swagger.json @@ -5414,6 +5414,7 @@ "properties": { "Name": { "description": "Name of the file", + "format": "byte", "title": "File Name", "type": "string", "x-ms-visibility": "important" @@ -6955,9 +6956,7 @@ }, "/v2/FlowV2/CreateEpcQrCode": { "post": { - "consumes": [ - "application/json" - ], + "consumes": ["application/json"], "description": "Generate EPC QR Code for SEPA Payment. https://dev.pdf4me.com/power-automate/documentation/actions/create-epc-qrcode/", "operationId": "CreateEpcQrCode_V1", "parameters": [ @@ -6976,9 +6975,7 @@ "title": "Service Tag", "x-ms-visibility": "internal", "default": "BCD", - "enum": [ - "BCD" - ] + "enum": ["BCD"] }, "version": { "type": "string", @@ -6986,10 +6983,7 @@ "title": "Specify EPC version", "x-ms-visibility": "important", "default": "V2", - "enum": [ - "V1", - "V2" - ] + "enum": ["V1", "V2"] }, "characterSet": { "type": "string", @@ -7014,9 +7008,7 @@ "title": "Specify Identification Code", "x-ms-visibility": "internal", "default": "SCT", - "enum": [ - "SCT" - ] + "enum": ["SCT"] }, "bic": { "description": "You can specify beneficiary's BIC. BIC is mandatory only for EPC version V1", @@ -7042,9 +7034,7 @@ "title": "Currency", "x-ms-visibility": "internal", "default": "EUR", - "enum": [ - "EUR" - ] + "enum": ["EUR"] }, "amount": { "format": "float", @@ -7090,9 +7080,7 @@ "type": "object" } }, - "required": [ - "epcQrCodeAction" - ], + "required": ["epcQrCodeAction"], "type": "object" } } @@ -7130,9 +7118,7 @@ }, "/v2/FlowV2/PrepareForPrint": { "post": { - "consumes": [ - "application/json" - ], + "consumes": ["application/json"], "description": "Prepare a PDF for print through resizing, colour profile etc - https://dev.pdf4me.com/power-automate/documentation/actions/prepare-for-print", "summary": "Prepare for Print", "operationId": "PrepareForPrint_v1", diff --git a/certified-connectors/PDF4me/apiDefinition.swagger.json b/certified-connectors/PDF4me/apiDefinition.swagger.json index 0250774afa..94f56cde08 100644 --- a/certified-connectors/PDF4me/apiDefinition.swagger.json +++ b/certified-connectors/PDF4me/apiDefinition.swagger.json @@ -5339,6 +5339,7 @@ "properties": { "docContent": { "description": "The content of the attachment file", + "format": "byte", "title": "Attachment File Content", "type": "string", "x-ms-visibility": "important" @@ -6865,9 +6866,7 @@ }, "/v2/FlowV2/CreateEpcQrCode": { "post": { - "consumes": [ - "application/json" - ], + "consumes": ["application/json"], "description": "Generate EPC QR Code for SEPA Payment. https://dev.pdf4me.com/power-automate/documentation/actions/create-epc-qrcode/", "operationId": "CreateEpcQrCode_V1", "parameters": [ @@ -6886,9 +6885,7 @@ "title": "Service Tag", "x-ms-visibility": "internal", "default": "BCD", - "enum": [ - "BCD" - ] + "enum": ["BCD"] }, "version": { "type": "string", @@ -6896,10 +6893,7 @@ "title": "Specify EPC version", "x-ms-visibility": "important", "default": "V2", - "enum": [ - "V1", - "V2" - ] + "enum": ["V1", "V2"] }, "characterSet": { "type": "string", @@ -6924,9 +6918,7 @@ "title": "Specify Identification Code", "x-ms-visibility": "internal", "default": "SCT", - "enum": [ - "SCT" - ] + "enum": ["SCT"] }, "bic": { "description": "You can specify beneficiary's BIC. BIC is mandatory only for EPC version V1", @@ -6952,9 +6944,7 @@ "title": "Currency", "x-ms-visibility": "internal", "default": "EUR", - "enum": [ - "EUR" - ] + "enum": ["EUR"] }, "amount": { "format": "float", @@ -7000,9 +6990,7 @@ "type": "object" } }, - "required": [ - "epcQrCodeAction" - ], + "required": ["epcQrCodeAction"], "type": "object" } } @@ -7040,9 +7028,7 @@ }, "/v2/FlowV2/PrepareForPrint": { "post": { - "consumes": [ - "application/json" - ], + "consumes": ["application/json"], "description": "Prepare a PDF for print through resizing, colour profile etc - https://dev.pdf4me.com/power-automate/documentation/actions/prepare-for-print", "summary": "Prepare for Print", "operationId": "PrepareForPrint_v1",