mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fnctl: expand fnctl README.md with new options for configuration (#242)
* fnctl: expand fnctl README.md with new options for configuration * fnctl: extends function files to update routes configurations
This commit is contained in:
committed by
Seif Lotfy سيف لطفي
parent
1ec5aca19e
commit
c985a17b02
@@ -6,7 +6,7 @@ swagger: '2.0'
|
||||
info:
|
||||
title: IronFunctions
|
||||
description:
|
||||
version: "0.0.12"
|
||||
version: "0.0.13"
|
||||
# the domain of the service
|
||||
host: "127.0.0.1:8080"
|
||||
# array of all schemes that your API supports
|
||||
@@ -319,6 +319,10 @@ definitions:
|
||||
required:
|
||||
- route
|
||||
properties:
|
||||
message:
|
||||
type: string
|
||||
error:
|
||||
$ref: '#/definitions/ErrorBody'
|
||||
route:
|
||||
$ref: '#/definitions/Route'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user