From 6226b2f2e75b917f1ddcd1107830888e4f10cae4 Mon Sep 17 00:00:00 2001 From: Pushkar Soni Date: Thu, 9 Apr 2026 13:25:36 +0530 Subject: [PATCH 1/3] Fix broken IMS authentication link in Generate Token description The link to IMS authentication docs was returning 404 due to a case-sensitivity change in AdobeDocs/adobe-dev-console#184 which renamed IMS.md to ims.md without adding a redirect. Updated URL from /ServerToServerAuthentication/IMS/ to /ServerToServerAuthentication/ims --- src/pages/resources/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/resources/openapi.json b/src/pages/resources/openapi.json index bc0fed5bd..bf8106358 100644 --- a/src/pages/resources/openapi.json +++ b/src/pages/resources/openapi.json @@ -16,7 +16,7 @@ "tags": [ { "name": "Generate Token", - "description": "Creates an access token using client id and client secret. Click here to refer underlying IMS authentication APIs." + "description": "Creates an access token using client id and client secret. Click here to refer underlying IMS authentication APIs." }, { "name": "Assets", From 6b76d7ba5c29cca871745184e7eb4a93e0706c74 Mon Sep 17 00:00:00 2001 From: Pushkar Soni <39935646+Pushkar-s@users.noreply.github.com> Date: Thu, 9 Apr 2026 16:55:11 +0530 Subject: [PATCH 2/3] Fix URL in Generate Token description --- src/pages/resources/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/resources/openapi.json b/src/pages/resources/openapi.json index bf8106358..d31f89562 100644 --- a/src/pages/resources/openapi.json +++ b/src/pages/resources/openapi.json @@ -16,7 +16,7 @@ "tags": [ { "name": "Generate Token", - "description": "Creates an access token using client id and client secret. Click here to refer underlying IMS authentication APIs." + "description": "Creates an access token using client id and client secret. Click here to refer underlying IMS authentication APIs." }, { "name": "Assets", From eacba5c4e0c6c76189bbd6443c964a656024ec49 Mon Sep 17 00:00:00 2001 From: Pushkar Soni <39935646+Pushkar-s@users.noreply.github.com> Date: Thu, 9 Apr 2026 16:58:47 +0530 Subject: [PATCH 3/3] Testing Commit for OpenAPI spec link for Adobe PDF Services --- src/pages/apis/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/apis/index.md b/src/pages/apis/index.md index 76ea35820..9668ce9b6 100644 --- a/src/pages/apis/index.md +++ b/src/pages/apis/index.md @@ -1,6 +1,6 @@ --- 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/fix-broken-ims-auth-link/src/pages/resources/openapi.json --- -[]