This commit is contained in:
Victor Perl 2020-10-02 00:05:47 -03:00 коммит произвёл GitHub
Родитель b621641dd2
Коммит ca443344f3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 87 добавлений и 7 удалений

Просмотреть файл

@ -2,8 +2,8 @@
"swagger": "2.0",
"info": {
"title": "PDF Blocks",
"version": "1.0.0",
"description": "PDF Blocks is a secure, fast, reliable, and fair-priced service to work with PDF documents. Actions include: Add or remove passwords and restrictions from a PDF document, watermark, merge, remove, extract, reverse, and rotate pages, and more. Check https://www.pdfblocks.com/power-automate for documentation, examples, and tutorials. Users can choose to process their PDF documents in European servers to comply with GDPR data location requirements.",
"version": "1.2.0",
"description": "PDF Blocks is a secure, reliable, and fast service to work with PDF documents in your flow. Actions include: Merge PDF documents, add or remove passwords, watermark documents, remove, extract, reverse, and rotate pages, and more. Check https://www.pdfblocks.com/power-automate for documentation, examples, and tutorials. Users can choose to process their PDF documents in US or European servers to comply with data location requirements.",
"contact": {
"name": "PDF Blocks Support",
"url": "https://www.pdfblocks.com/support",
@ -393,20 +393,100 @@
"name": "file_1",
"type": "string",
"format": "binary",
"description": "The content of the first PDF document",
"description": "The content of the 1st PDF document",
"x-ms-summary": "1st File Content",
"x-ms-visibility": "important",
"required": true
"required": false
},
{
"in": "formData",
"name": "file_2",
"type": "string",
"format": "binary",
"description": "The content of the second PDF document",
"description": "The content of the 2nd PDF document",
"x-ms-summary": "2nd File Content",
"x-ms-visibility": "important",
"required": true
"required": false
},
{
"in": "formData",
"name": "file_3",
"type": "string",
"format": "binary",
"description": "The content of the 3rd PDF document",
"x-ms-summary": "3rd File Content",
"x-ms-visibility": "important",
"required": false
},
{
"in": "formData",
"name": "file_4",
"type": "string",
"format": "binary",
"description": "The content of the 4th PDF document",
"x-ms-summary": "4th File Content",
"x-ms-visibility": "important",
"required": false
},
{
"in": "formData",
"name": "file_5",
"type": "string",
"format": "binary",
"description": "The content of the 5th PDF document",
"x-ms-summary": "5th File Content",
"x-ms-visibility": "important",
"required": false
},
{
"in": "formData",
"name": "file_6",
"type": "string",
"format": "binary",
"description": "The content of the 6th PDF document",
"x-ms-summary": "6th File Content",
"x-ms-visibility": "advanced",
"required": false
},
{
"in": "formData",
"name": "file_7",
"type": "string",
"format": "binary",
"description": "The content of the 7th PDF document",
"x-ms-summary": "7th File Content",
"x-ms-visibility": "advanced",
"required": false
},
{
"in": "formData",
"name": "file_8",
"type": "string",
"format": "binary",
"description": "The content of the 8th PDF document",
"x-ms-summary": "8th File Content",
"x-ms-visibility": "advanced",
"required": false
},
{
"in": "formData",
"name": "file_9",
"type": "string",
"format": "binary",
"description": "The content of the 9th PDF document",
"x-ms-summary": "9th File Content",
"x-ms-visibility": "advanced",
"required": false
},
{
"in": "formData",
"name": "file_10",
"type": "string",
"format": "binary",
"description": "The content of the 10th PDF document",
"x-ms-summary": "10th File Content",
"x-ms-visibility": "advanced",
"required": false
}
],
"responses": {
@ -647,4 +727,4 @@
}
}
}
}
}