From 9effb55989af9cb0227f7fb1270e73b6160e44d6 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Mon, 6 May 2024 09:37:46 +0200 Subject: [PATCH] chore: update openapi.json Signed-off-by: Marcel Klehr --- core/openapi.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/openapi.json b/core/openapi.json index 83a6bcc8383..d89aaeca927 100644 --- a/core/openapi.json +++ b/core/openapi.json @@ -490,6 +490,7 @@ "type": "object", "required": [ "id", + "type", "status", "userId", "appId", @@ -505,6 +506,9 @@ "format": "int64", "nullable": true }, + "type": { + "type": "string" + }, "status": { "type": "integer", "format": "int64",