2
0

📝 (api) Add protection to sendMessage api ref to test with auth token

Closes #369
This commit is contained in:
Baptiste Arnaud
2023-03-08 09:58:38 +01:00
parent b2fa2024a7
commit 83ae81ccc6
2 changed files with 7 additions and 2 deletions

View File

@ -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()