diff --git a/src/schema.ts b/src/schema.ts index 9478412..62bca51 100644 --- a/src/schema.ts +++ b/src/schema.ts @@ -1541,7 +1541,7 @@ export interface components { /** @description The type of request. */ type: components["schemas"]["DiscoverRequestType"]; /** @description The ID of the bot/server */ - request_id: string; + id: string; /** @description status of the request */ status: components["schemas"]["DiscoverRequestStatus"]; };