We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b16032e + a096e69 commit 5c06eb3Copy full SHA for 5c06eb3
ad_api/api/sb/ad_groups_v4.py
@@ -27,7 +27,7 @@ def create_ad_groups(self, version: int = 4, **kwargs) -> ApiResponse:
27
return self._request(kwargs.pop('path'), data=Utils.convert_body(kwargs.pop('body'), False), params=kwargs, headers=headers)
28
29
@sp_endpoint('/sb/v4/adGroups', method='PUT')
30
- def update_ad_groups(self, version: int = 4, **kwargs) -> ApiResponse:
+ def edit_ad_groups(self, version: int = 4, **kwargs) -> ApiResponse:
31
"""
32
Update Sponsored Brand Ad groups.
33
0 commit comments