From bef28f3ca5a602c3a9c57f489be80e0b427c332a Mon Sep 17 00:00:00 2001 From: DenisGabriela Date: Fri, 21 Dec 2018 11:31:38 +0200 Subject: [PATCH] ATS-28 : Design: Initial Draft API contract to get / list registered transforms - removed transformer parameter and 404 response --- docs/alfresco-transformer.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/alfresco-transformer.yaml b/docs/alfresco-transformer.yaml index b04c4e22..d5adc79d 100644 --- a/docs/alfresco-transformer.yaml +++ b/docs/alfresco-transformer.yaml @@ -124,20 +124,14 @@ paths: description: Unexpected error schema: $ref: '#/definitions/Error' - '/transformer/{transformer}/options': + '/transformer/options': get: tags: - Transform - description: List transform options for specified transformer + description: List transform options operationId: transformOptions produces: - application/json - parameters: - - name: transformer - in: path - description: Name of the transformer - required: true - type: string responses: 200: description: Successful response @@ -148,8 +142,6 @@ paths: wrapped: true items: $ref: '#/definitions/transformOption' - 404: - description: Transformer not found definitions: Error: type: object