Skip to content

Commit abbf338

Browse files
authored
Fix CLI cmd conflict (#1142)
1 parent 6140159 commit abbf338

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

resources/sdk/clisdkclient/resources/operationNameOverrides.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,5 +601,10 @@
601601
"patch": {
602602
"name": "partialupdate"
603603
}
604+
},
605+
"/api/v2/users/{userId}/customattributes": {
606+
"patch": {
607+
"name": "patch"
608+
}
604609
}
605610
}

0 commit comments

Comments
 (0)