mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
@@ -6,7 +6,7 @@ swagger: '2.0'
|
||||
info:
|
||||
title: IronFunctions
|
||||
description:
|
||||
version: "0.0.13"
|
||||
version: "0.0.14"
|
||||
# the domain of the service
|
||||
host: "127.0.0.1:8080"
|
||||
# array of all schemes that your API supports
|
||||
@@ -287,7 +287,7 @@ definitions:
|
||||
description: Route type
|
||||
config:
|
||||
type: object
|
||||
description: Route configuration
|
||||
description: Route configuration - overrides application configuration
|
||||
additionalProperties:
|
||||
type: string
|
||||
|
||||
@@ -298,6 +298,11 @@ definitions:
|
||||
type: string
|
||||
description: "Name of this app. Must be different than the image name. Can ony contain alphanumeric, -, and _."
|
||||
readOnly: true
|
||||
config:
|
||||
type: object
|
||||
description: Application configuration
|
||||
additionalProperties:
|
||||
type: string
|
||||
|
||||
RoutesWrapper:
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user