mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
Update typo under definitions
Fixes #1578 Change FunctionDefintion to FunctionDefinition Signed-off-by: yankeexe <yankee.exe@gmail.com>
This commit is contained in:
parent
500c5c9c1a
commit
15b90db952
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user