Skip to content

Commit bbca0b2

Browse files
Update components/dixa/actions/claim-conversation/claim-conversation.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 7627a41 commit bbca0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dixa/actions/claim-conversation/claim-conversation.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import dixa from "../../dixa.app.mjs";
33
export default {
44
key: "dixa-claim-conversation",
55
name: "Claim Conversation",
6-
description: "Claims a conversation for a given agent. To avoid taking over assigned conversations, set the force paremeter to false. [See the documentation](https://docs.dixa.io/openapi/dixa-api/v1/tag/Conversations/#tag/Conversations/operation/putConversationsConversationidClaim)",
6+
description: "Claims a conversation for a given agent. To avoid taking over assigned conversations, set the force parameter to false. [See the documentation](https://docs.dixa.io/openapi/dixa-api/v1/tag/Conversations/#tag/Conversations/operation/putConversationsConversationidClaim)",
77
version: "0.0.1",
88
annotations: {
99
destructiveHint: false,

0 commit comments

Comments
 (0)