diff --git a/specs/openapi.json b/specs/openapi.json index 3c7d6bd..d0cd602 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -6534,9 +6534,6 @@ }, { "$ref": "#/components/schemas/ThreadResponse" - }, - { - "type": "null" } ] } @@ -12092,6 +12089,14 @@ { "title": "HOME_SETTINGS_UPDATE", "const": 191 + }, + { + "title": "VOICE_CHANNEL_STATUS_CREATE", + "const": 192 + }, + { + "title": "VOICE_CHANNEL_STATUS_DELETE", + "const": 193 } ], "format": "int32" diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 39b7624..c21c0c1 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -6534,9 +6534,6 @@ }, { "$ref": "#/components/schemas/ThreadResponse" - }, - { - "type": "null" } ] } @@ -12092,6 +12089,14 @@ { "title": "HOME_SETTINGS_UPDATE", "const": 191 + }, + { + "title": "VOICE_CHANNEL_STATUS_CREATE", + "const": 192 + }, + { + "title": "VOICE_CHANNEL_STATUS_DELETE", + "const": 193 } ], "format": "int32"