mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
change update from PUT method to PATCH (#440)
This commit is contained in:
@@ -6,7 +6,7 @@ swagger: '2.0'
|
||||
info:
|
||||
title: IronFunctions
|
||||
description: The open source serverless platform.
|
||||
version: "0.1.26"
|
||||
version: "0.1.27"
|
||||
# the domain of the service
|
||||
host: "127.0.0.1:8080"
|
||||
# array of all schemes that your API supports
|
||||
@@ -123,7 +123,7 @@ paths:
|
||||
description: Unexpected error
|
||||
schema:
|
||||
$ref: '#/definitions/Error'
|
||||
put:
|
||||
patch:
|
||||
summary: "Updates an app."
|
||||
description: "You can set app level settings here. "
|
||||
tags:
|
||||
@@ -220,7 +220,7 @@ paths:
|
||||
$ref: '#/definitions/Error'
|
||||
|
||||
/apps/{app}/routes/{route}:
|
||||
put:
|
||||
patch:
|
||||
summary: Update a Route
|
||||
description: Update a route
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user