Skip to content
Snippets Groups Projects
Commit 15b90db9 authored by yankeexe's avatar yankeexe Committed by Alex Ellis
Browse files

Update typo under definitions


Fixes #1578

Change FunctionDefintion to FunctionDefinition

Signed-off-by: default avataryankeexe <yankee.exe@gmail.com>
parent 500c5c9c
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment