Skip to content
Snippets Groups Projects
Commit d2087cc7 authored by Ivana Yovcheva (VMware)'s avatar Ivana Yovcheva (VMware) Committed by Alex Ellis
Browse files

Update Swagger scaling edpoint docs to POST


The scaling endpoint supports POST method, but in Swagger it was
documented with GET instead. Also bumped up the gateway version
to 0.8.12

Signed-off-by: default avatarIvana Yovcheva (VMware) <iyovcheva@vmware.com>
parent a99ad570
No related branches found
No related tags found
No related merge requests found
swagger: '2.0'
info:
description: OpenFaaS API documentation
version: 0.8.9
version: 0.8.12
title: OpenFaaS API Gateway
license:
name: MIT
......@@ -209,7 +209,7 @@ paths:
'500':
description: Internal server error
'/system/scale-function/{functionName}':
get:
post:
summary: Scale a function
parameters:
- in: path
......
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