mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Merge branch 'issue-75' into 'master'
Update swagger doc See merge request !76
This commit is contained in:
@@ -6,7 +6,7 @@ swagger: '2.0'
|
|||||||
info:
|
info:
|
||||||
title: Oracle Functions
|
title: Oracle Functions
|
||||||
description: The open source serverless platform.
|
description: The open source serverless platform.
|
||||||
version: "0.1.32"
|
version: "0.1.33"
|
||||||
# the domain of the service
|
# the domain of the service
|
||||||
host: "127.0.0.1:8080"
|
host: "127.0.0.1:8080"
|
||||||
# array of all schemes that your API supports
|
# array of all schemes that your API supports
|
||||||
@@ -456,12 +456,14 @@ definitions:
|
|||||||
- sync
|
- sync
|
||||||
- async
|
- async
|
||||||
description: Route type
|
description: Route type
|
||||||
|
type: string
|
||||||
format:
|
format:
|
||||||
enum:
|
enum:
|
||||||
- default
|
- default
|
||||||
- http
|
- http
|
||||||
- json
|
- json
|
||||||
description: Payload format sent into function.
|
description: Payload format sent into function.
|
||||||
|
type: string
|
||||||
config:
|
config:
|
||||||
type: object
|
type: object
|
||||||
description: Route configuration - overrides application configuration
|
description: Route configuration - overrides application configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user