From 4c563a86adde69af9cd31acd607200397e0c2989 Mon Sep 17 00:00:00 2001 From: Amit Singh Date: Mon, 23 Sep 2024 12:20:41 +0530 Subject: [PATCH 1/2] updated openapi reference for this branch --- src/pages/apis/index.md | 2 +- src/pages/resources/openapi.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/apis/index.md b/src/pages/apis/index.md index 1e5df79d7..4ae05362b 100644 --- a/src/pages/apis/index.md +++ b/src/pages/apis/index.md @@ -1,5 +1,5 @@ --- title: Adobe PDF Services Open API spec description: The OpenAPI spec for Adobe PDF Services API endpoints, parameters, and responses. -openAPISpec: https://raw.githubusercontent.com/AdobeDocs/pdfservices-api-documentation/main/src/pages/resources/openapi.json +openAPISpec: https://raw.githubusercontent.com/AdobeDocs/pdfservices-api-documentation/protect-change/src/pages/resources/openapi.json --- diff --git a/src/pages/resources/openapi.json b/src/pages/resources/openapi.json index 613a972ba..f67411e90 100644 --- a/src/pages/resources/openapi.json +++ b/src/pages/resources/openapi.json @@ -5503,7 +5503,7 @@ "Protect PDF" ], "summary": "Add encryption and/or restrict permissions on a PDF File", - "description": "Secure a PDF Document with user or/and owner password and set the restrictions on certain features like printing, editing and copying in the PDF document. You can specify the type of content to be encrypted with your specified encryption algorithm.", + "description": "Secure a PDF Document with user or/and owner password and set the restrictions on certain features like printing, editing and copying in the PDF document. You can specify the type of content to be encrypted with your specified encryption algorithm.
All Adobe products enforce the restrictions set by the permissions password. However, if third-party products don’t support these settings, document recipients can bypass some or all your restrictions.", "operationId": "pdfoperations.protectpdf", "parameters": [ { From a073daffd3849f07d772dd3c9b137e8cd71e486b Mon Sep 17 00:00:00 2001 From: Amit Singh Date: Tue, 24 Sep 2024 16:08:23 +0530 Subject: [PATCH 2/2] added some changes --- src/pages/apis/index.md | 2 +- src/pages/resources/openapi.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/apis/index.md b/src/pages/apis/index.md index 4ae05362b..1e5df79d7 100644 --- a/src/pages/apis/index.md +++ b/src/pages/apis/index.md @@ -1,5 +1,5 @@ --- title: Adobe PDF Services Open API spec description: The OpenAPI spec for Adobe PDF Services API endpoints, parameters, and responses. -openAPISpec: https://raw.githubusercontent.com/AdobeDocs/pdfservices-api-documentation/protect-change/src/pages/resources/openapi.json +openAPISpec: https://raw.githubusercontent.com/AdobeDocs/pdfservices-api-documentation/main/src/pages/resources/openapi.json --- diff --git a/src/pages/resources/openapi.json b/src/pages/resources/openapi.json index f67411e90..3e9f7443f 100644 --- a/src/pages/resources/openapi.json +++ b/src/pages/resources/openapi.json @@ -5503,7 +5503,7 @@ "Protect PDF" ], "summary": "Add encryption and/or restrict permissions on a PDF File", - "description": "Secure a PDF Document with user or/and owner password and set the restrictions on certain features like printing, editing and copying in the PDF document. You can specify the type of content to be encrypted with your specified encryption algorithm.
All Adobe products enforce the restrictions set by the permissions password. However, if third-party products don’t support these settings, document recipients can bypass some or all your restrictions.", + "description": "Secure a PDF Document with user or/and owner password and set the restrictions on certain features like printing, editing and copying in the PDF document. You can specify the type of content to be encrypted with your specified encryption algorithm.
All Adobe products enforce the restrictions set by the permissions password. However, if third-party products don’t support these settings, document recipients can bypass some or all of your restrictions.", "operationId": "pdfoperations.protectpdf", "parameters": [ {