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",