From de205ba2eb9147553d5e96df1b4083dae9e96976 Mon Sep 17 00:00:00 2001 From: Rhythm Jain Date: Thu, 5 Dec 2024 15:18:35 +0530 Subject: [PATCH 1/4] Removal of documentation for Adobe font setting --- swagger.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/swagger.yaml b/swagger.yaml index f0cba5e..427e4d1 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -597,22 +597,6 @@ components: description: Settings related to fonts. type: object properties: - adobeFonts: - description: The list of documents to include or exclude from the search for Adobe Fonts. - type: object - properties: - includeDocuments: - description: The list will specify the documents to check for adobe fonts. No other document will be checked for Adobe Fonts. - type: array - items: - type: string - description: This provides a path relative to a temporary base directory (working directory) where the document can be found. It cannot go up using '..' or '/'. Should be a valid file name. - excludeDocuments: - description: The list will specify the documents to exclude from search. The documents mentioned here will be removed from document list mentioned in includeDocuments parameter or in absence of that parameter from the complete list of documents which can be gathered from the assets params. - type: array - items: - type: string - description: This provides a path relative to a temporary base directory (working directory) where the document can be found. It cannot go up using '..' or '/'. Should be a valid file name. fontsDirectories: description: This lists the directories to be used as font directories for the input InDesign documents. "Document Fonts" in parallel to the document will continue to work even without specifying. In absence of this, temporary base directory (working directory) will be considered as a font directory. type: array From f4bea78f9c01c1010718327cb65aadaab5c24269 Mon Sep 17 00:00:00 2001 From: Rhythm Jain Date: Mon, 9 Dec 2024 15:26:40 +0530 Subject: [PATCH 2/4] Revert "Removal of documentation for Adobe font setting" This reverts commit de205ba2eb9147553d5e96df1b4083dae9e96976. --- swagger.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/swagger.yaml b/swagger.yaml index 427e4d1..f0cba5e 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -597,6 +597,22 @@ components: description: Settings related to fonts. type: object properties: + adobeFonts: + description: The list of documents to include or exclude from the search for Adobe Fonts. + type: object + properties: + includeDocuments: + description: The list will specify the documents to check for adobe fonts. No other document will be checked for Adobe Fonts. + type: array + items: + type: string + description: This provides a path relative to a temporary base directory (working directory) where the document can be found. It cannot go up using '..' or '/'. Should be a valid file name. + excludeDocuments: + description: The list will specify the documents to exclude from search. The documents mentioned here will be removed from document list mentioned in includeDocuments parameter or in absence of that parameter from the complete list of documents which can be gathered from the assets params. + type: array + items: + type: string + description: This provides a path relative to a temporary base directory (working directory) where the document can be found. It cannot go up using '..' or '/'. Should be a valid file name. fontsDirectories: description: This lists the directories to be used as font directories for the input InDesign documents. "Document Fonts" in parallel to the document will continue to work even without specifying. In absence of this, temporary base directory (working directory) will be considered as a font directory. type: array From dbb5a46d45e904b8ac31f96755a27b1e88ee2d00 Mon Sep 17 00:00:00 2001 From: Rhythm Jain Date: Mon, 9 Dec 2024 15:27:27 +0530 Subject: [PATCH 3/4] Removal of documentation for Adobe font setting --- swagger.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/swagger.yaml b/swagger.yaml index f0cba5e..f8c08d4 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -597,22 +597,22 @@ components: description: Settings related to fonts. type: object properties: - adobeFonts: - description: The list of documents to include or exclude from the search for Adobe Fonts. - type: object - properties: - includeDocuments: - description: The list will specify the documents to check for adobe fonts. No other document will be checked for Adobe Fonts. - type: array - items: - type: string - description: This provides a path relative to a temporary base directory (working directory) where the document can be found. It cannot go up using '..' or '/'. Should be a valid file name. - excludeDocuments: - description: The list will specify the documents to exclude from search. The documents mentioned here will be removed from document list mentioned in includeDocuments parameter or in absence of that parameter from the complete list of documents which can be gathered from the assets params. - type: array - items: - type: string - description: This provides a path relative to a temporary base directory (working directory) where the document can be found. It cannot go up using '..' or '/'. Should be a valid file name. + # adobeFonts: + # description: The list of documents to include or exclude from the search for Adobe Fonts. + # type: object + # properties: + # includeDocuments: + # description: The list will specify the documents to check for adobe fonts. No other document will be checked for Adobe Fonts. + # type: array + # items: + # type: string + # description: This provides a path relative to a temporary base directory (working directory) where the document can be found. It cannot go up using '..' or '/'. Should be a valid file name. + # excludeDocuments: + # description: The list will specify the documents to exclude from search. The documents mentioned here will be removed from document list mentioned in includeDocuments parameter or in absence of that parameter from the complete list of documents which can be gathered from the assets params. + # type: array + # items: + # type: string + # description: This provides a path relative to a temporary base directory (working directory) where the document can be found. It cannot go up using '..' or '/'. Should be a valid file name. fontsDirectories: description: This lists the directories to be used as font directories for the input InDesign documents. "Document Fonts" in parallel to the document will continue to work even without specifying. In absence of this, temporary base directory (working directory) will be considered as a font directory. type: array From c9686fbd9b99bd0c9b0ef45f5ffd5e6e8fd427b2 Mon Sep 17 00:00:00 2001 From: rhythmjain18-adobe Date: Wed, 5 Feb 2025 21:14:41 +0530 Subject: [PATCH 4/4] Update swagger.yaml - added beta in case of custom capability --- swagger.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/swagger.yaml b/swagger.yaml index f8c08d4..c075844 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -216,8 +216,8 @@ paths: /v3/capability: post: - summary: Submit custom capability. - description: Submit the capability bundle. Returns the URL for posting execution request against the capability + summary: (Beta Only) Submit custom capability. + description: Submit the capability bundle. Returns the URL for posting execution request against the capability. Available only for Beta Users at the moment. parameters: - name: x-gw-ims-org-id in: header @@ -273,8 +273,8 @@ paths: /v3/{organization}/{capability}: post: - summary: Submit capability execution request. - description: Define the input assets and parameters with which the capability should be executed against the app engine. + summary: (Beta Only) Submit capability execution request. + description: Define the input assets and parameters with which the capability should be executed against the app engine. Available only for Beta Users at the moment. parameters: - name: x-gw-ims-org-id in: header