From 97afb27183d707c5696f5c6f2e940b80359decf6 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Fri, 5 Sep 2025 00:20:19 +0100 Subject: [PATCH] Remove application/x-www-form-urlencoded content type --- pdftools.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pdftools.yml b/pdftools.yml index 885a1828a..12244e0ac 100644 --- a/pdftools.yml +++ b/pdftools.yml @@ -182,9 +182,6 @@ paths: multipart/form-data: schema: $ref: '#/components/schemas/SignPDFWithCertRequest' - application/x-www-form-urlencoded: - schema: - $ref: '#/components/schemas/SignPDFWithCertRequest' responses: '200': description: OK