fix: missing operationId

This commit is contained in:
adamdotdevin 2025-07-31 10:19:42 -05:00
commit c5368e7412
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

@ -462,6 +462,7 @@ export namespace Server {
"/session/:id/message/:messageID",
describeRoute({
description: "Get a message from a session",
operationId: "session.message",
responses: {
200: {
description: "Message",