api: remove app_name duplication of route related calls (#370)

This commit is contained in:
C Cirello
2016-12-01 17:38:32 +01:00
committed by GitHub
parent 61bba05274
commit 37afafab72
3 changed files with 9 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ swagger: '2.0'
info:
title: IronFunctions
description: The open source serverless platform.
version: "0.1.21"
version: "0.1.22"
# the domain of the service
host: "127.0.0.1:8080"
# array of all schemes that your API supports
@@ -319,10 +319,6 @@ definitions:
allOf:
- type: object
properties:
app_name:
type: string
description: "App this route belongs to."
readOnly: true
path:
type: string
description: URL path that will be matched to this route