justOne, fix
This commit is contained in:
@ -90,8 +90,6 @@ paths:
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
type: array
|
|
||||||
items:
|
|
||||||
$ref: "#/components/schemas/productionOrder"
|
$ref: "#/components/schemas/productionOrder"
|
||||||
404:
|
404:
|
||||||
description: No such productionOrder entries available
|
description: No such productionOrder entries available
|
||||||
|
@ -100,9 +100,9 @@ $operation['statement']#slurp
|
|||||||
#end if
|
#end if
|
||||||
", #slurp
|
", #slurp
|
||||||
#if $operation['isList']
|
#if $operation['isList']
|
||||||
true, #slurp
|
|
||||||
#else
|
|
||||||
false, #slurp
|
false, #slurp
|
||||||
|
#else
|
||||||
|
true, #slurp
|
||||||
#end if
|
#end if
|
||||||
#if $operation['bodyInputType']
|
#if $operation['bodyInputType']
|
||||||
$operation['bodyInputType']['apiName']#slurp
|
$operation['bodyInputType']['apiName']#slurp
|
||||||
|
Reference in New Issue
Block a user