Update typo under definitions

Fixes #1578

Change FunctionDefintion to FunctionDefinition

Signed-off-by: yankeexe <yankee.exe@gmail.com>
This commit is contained in:
yankeexe 2020-10-20 16:25:27 +05:45 committed by Alex Ellis
parent 500c5c9c1a
commit 15b90db952

View File

@ -36,7 +36,7 @@ paths:
description: Function to deploy
required: true
schema:
$ref: '#/definitions/FunctionDefintion'
$ref: '#/definitions/FunctionDefinition'
responses:
'202':
description: Accepted
@ -57,7 +57,7 @@ paths:
description: Function to update
required: true
schema:
$ref: '#/definitions/FunctionDefintion'
$ref: '#/definitions/FunctionDefinition'
responses:
'200':
description: Accepted
@ -452,7 +452,7 @@ definitions:
example: nodeinfo
required:
- functionName
FunctionDefintion:
FunctionDefinition:
type: object
properties:
service: