diff --git a/specs/openapi.json b/specs/openapi.json index cc1ba81..e1eb812 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -15254,6 +15254,15 @@ "minimum": -2147483648, "maximum": 2147483647, "format": "int32" + }, + "flags": { + "type": [ + "integer", + "null" + ], + "minimum": -2147483648, + "maximum": 2147483647, + "format": "int32" } }, "required": [ diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index fcf0411..1806757 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -15254,6 +15254,15 @@ "minimum": -2147483648, "maximum": 2147483647, "format": "int32" + }, + "flags": { + "type": [ + "integer", + "null" + ], + "minimum": -2147483648, + "maximum": 2147483647, + "format": "int32" } }, "required": [