Skip to content

Commit 9c80732

Browse files
lcaresiajcortes
andauthored
Update components/chat_data/actions/get-chatbot-details/get-chatbot-details.mjs
Co-authored-by: Jorge Cortes <[email protected]>
1 parent 6a4cfd8 commit 9c80732

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/chat_data/actions/get-chatbot-details/get-chatbot-details.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import app from "../../chat_data.app.mjs";
22

33
export default {
4-
key: "chat_data-get-chatbot-status",
4+
key: "chat_data-get-chatbot-details",
5+
56
name: "Get Chatbot Status",
67
description: "Get status of the Chatbot with the specified ID. [See the documentation](https://www.chat-data.com/api-reference#tag/Chatbot-Operations/operation/GetChatbotStatus)",
78
version: "0.0.1",

0 commit comments

Comments
 (0)