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
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user