From 15b90db952d36398d33efc53eb306f6f15072e46 Mon Sep 17 00:00:00 2001 From: yankeexe Date: Tue, 20 Oct 2020 16:25:27 +0545 Subject: [PATCH] Update typo under definitions Fixes #1578 Change FunctionDefintion to FunctionDefinition Signed-off-by: yankeexe --- api-docs/swagger.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-docs/swagger.yml b/api-docs/swagger.yml index b3ec95c5..bd4765e1 100644 --- a/api-docs/swagger.yml +++ b/api-docs/swagger.yml @@ -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: