Skip to content

Commit

Permalink
Encodian June 21 Release (microsoft#883)
Browse files Browse the repository at this point in the history
* Encodian March 21 Release

* Encodian April 21 Release

* Encodian May 21 Release

* Encodian June 21 Release
  • Loading branch information
Encodian authored Jun 15, 2021
1 parent e58d75e commit d0e65b4
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion certified-connectors/Encodian/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -8696,7 +8696,18 @@
"Password": {
"type": "string",
"x-ms-summary": "Password",
"description": "Password protect the ZIP File"
"description": "Set a password to protect and encrypt the archive (ZIP file)"
},
"encryption": {
"default": "ZipCrypto",
"enum": [
"ZipCrypto",
"AES128",
"AES256"
],
"type": "string",
"x-ms-summary": "Encryption",
"description": "Set the encryption level which will be applied to a password protected archive (ZIP file)"
},
"encoding": {
"default": "UTF8",
Expand Down Expand Up @@ -8848,6 +8859,26 @@
"x-ms-summary": "Keywords",
"description": "The keywords of the PDF as set in the PDF properties"
},
"Width": {
"format": "double",
"type": "number",
"x-ms-visibility": "important",
"x-ms-summary": "Width",
"description": "The width of the PDF Document (Points)"
},
"Height": {
"format": "double",
"type": "number",
"x-ms-visibility": "important",
"x-ms-summary": "Height",
"description": "The height of the PDF Document (Points)"
},
"Orientation": {
"type": "string",
"x-ms-visibility": "important",
"x-ms-summary": "Orientation",
"description": "The orientation of the PDF Document"
},
"CreatedDate": {
"format": "date-time",
"type": "string",
Expand Down

0 comments on commit d0e65b4

Please sign in to comment.