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:
C Cirello
2016-11-09 00:33:49 +01:00
committed by Seif Lotfy سيف لطفي
parent 1ec5aca19e
commit c985a17b02
6 changed files with 62 additions and 14 deletions

View File

@@ -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'