We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a78600 commit 527415aCopy full SHA for 527415a
src/v2/controllers/room/export-users/index.ts
@@ -7,9 +7,7 @@ import { Type } from "@sinclair/typebox";
7
export const roomExportUsersSchema = {
8
body: Type.Object(
9
{
10
- roomUUID: Type.String({
11
- format: "uuid-v4",
12
- }),
+ roomUUID: Type.String(),
13
},
14
15
additionalProperties: false,
0 commit comments