diff --git a/frontend/public/openapi.json b/frontend/public/openapi.json index 571d9d0d4..78e29e0a2 100644 --- a/frontend/public/openapi.json +++ b/frontend/public/openapi.json @@ -1168,7 +1168,6 @@ "nullable": true }, "secret": { - "description": "MTProto FakeTLS secret", "example": "ee1234567890abcdef1234567890abcd7777772e636c6f7564666c6172652e636f6d", "type": "string" }, diff --git a/frontend/src/generated/schemas.ts b/frontend/src/generated/schemas.ts index 0585a1362..3d7fcddca 100644 --- a/frontend/src/generated/schemas.ts +++ b/frontend/src/generated/schemas.ts @@ -1142,7 +1142,6 @@ export const SCHEMAS: Record = { "nullable": true }, "secret": { - "description": "MTProto FakeTLS secret", "example": "ee1234567890abcdef1234567890abcd7777772e636c6f7564666c6172652e636f6d", "type": "string" },