Skip to content

Commit e653a66

Browse files
authored
Fixing new conflicts on CLI SDK (#999)
1 parent a7c141b commit e653a66

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

resources/sdk/clisdkclient/resources/operationNameOverrides.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,5 +563,13 @@
563563
"patch": {
564564
"name": "patch"
565565
}
566+
},
567+
"/api/v2/conversations/{conversationId}/customattributes": {
568+
"get": {
569+
"name": "list"
570+
},
571+
"patch": {
572+
"name": "patch"
573+
}
566574
}
567575
}

0 commit comments

Comments
 (0)