aboutsummaryrefslogtreecommitdiffstats
path: root/core/openapi.json
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2023-10-20 13:54:36 +0200
committerMarcel Klehr <mklehr@gmx.net>2023-10-20 13:54:36 +0200
commit9ee72633cf78a777756d2d4afe707f2539521ccc (patch)
tree68a524cfb385a63311cf71003ad433e2b6a76a9f /core/openapi.json
parent4c58edc1b7fcc042c1cff1f1123732d8526565be (diff)
downloadnextcloud-server-9ee72633cf78a777756d2d4afe707f2539521ccc.tar.gz
nextcloud-server-9ee72633cf78a777756d2d4afe707f2539521ccc.zip
enh(Text2Image): Expose expected completion time
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'core/openapi.json')
-rw-r--r--core/openapi.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/openapi.json b/core/openapi.json
index 2bf52d0895d..5fed9716c5c 100644
--- a/core/openapi.json
+++ b/core/openapi.json
@@ -459,7 +459,8 @@
"appId",
"input",
"identifier",
- "numberOfImages"
+ "numberOfImages",
+ "completionExpectedAt"
],
"properties": {
"id": {
@@ -488,6 +489,10 @@
"numberOfImages": {
"type": "integer",
"format": "int64"
+ },
+ "completionExpectedAt": {
+ "type": "integer",
+ "format": "int64"
}
}
},