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