mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-19 17:14:47 +00:00
ATS-28 : Design: Initial Draft API contract to get / list registered transforms
- removed transformer parameter and 404 response
This commit is contained in:
parent
db91ef32c4
commit
bef28f3ca5
@ -124,20 +124,14 @@ paths:
|
|||||||
description: Unexpected error
|
description: Unexpected error
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/Error'
|
$ref: '#/definitions/Error'
|
||||||
'/transformer/{transformer}/options':
|
'/transformer/options':
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- Transform
|
- Transform
|
||||||
description: List transform options for specified transformer
|
description: List transform options
|
||||||
operationId: transformOptions
|
operationId: transformOptions
|
||||||
produces:
|
produces:
|
||||||
- application/json
|
- application/json
|
||||||
parameters:
|
|
||||||
- name: transformer
|
|
||||||
in: path
|
|
||||||
description: Name of the transformer
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: Successful response
|
description: Successful response
|
||||||
@ -148,8 +142,6 @@ paths:
|
|||||||
wrapped: true
|
wrapped: true
|
||||||
items:
|
items:
|
||||||
$ref: '#/definitions/transformOption'
|
$ref: '#/definitions/transformOption'
|
||||||
404:
|
|
||||||
description: Transformer not found
|
|
||||||
definitions:
|
definitions:
|
||||||
Error:
|
Error:
|
||||||
type: object
|
type: object
|
||||||
|
Loading…
x
Reference in New Issue
Block a user