📝 (api) Add protection to sendMessage api ref to test with auth token
Closes #369
This commit is contained in:
@ -146,7 +146,7 @@ const startParamsSchema = z.object({
|
||||
.boolean()
|
||||
.optional()
|
||||
.describe(
|
||||
"If set to `true`, it will start a Preview session with the unpublished bot and it won't be saved in the Results tab."
|
||||
"If set to `true`, it will start a Preview session with the unpublished bot and it won't be saved in the Results tab. You need to be authenticated for this to work."
|
||||
),
|
||||
resultId: z
|
||||
.string()
|
||||
|
Reference in New Issue
Block a user