Skip to content

Commit 35caa02

Browse files
authored
Merge pull request #993 from themooks/FixCLIOperationNameConflict
[NO-JIRA] Fix CLI SDK Operation Name Conflict
2 parents 50d40bc + 5a0fa50 commit 35caa02

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
@@ -553,5 +553,10 @@
553553
"get": {
554554
"name": "list"
555555
}
556+
},
557+
"/api/v2/socialmedia/topics/{topicId}/dataingestionrules/googlebusinessprofile/{googleBusinessProfileIngestionRuleId}": {
558+
"patch": {
559+
"name": "patch"
560+
}
556561
}
557562
}

0 commit comments

Comments
 (0)