mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Updating route model in swagger to use uint64 instead of int64
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.35"
|
version: "0.1.36"
|
||||||
# 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
|
||||||
@@ -499,7 +499,7 @@ definitions:
|
|||||||
type: string
|
type: string
|
||||||
memory:
|
memory:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: uint64
|
||||||
description: Max usable memory for this route (MiB).
|
description: Max usable memory for this route (MiB).
|
||||||
type:
|
type:
|
||||||
enum:
|
enum:
|
||||||
|
|||||||
Reference in New Issue
Block a user