Skip to content

Commit a096e69

Browse files
authored
rename update_ad_groups to edit_ad_groups
1 parent b16032e commit a096e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ad_api/api/sb/ad_groups_v4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def create_ad_groups(self, version: int = 4, **kwargs) -> ApiResponse:
2727
return self._request(kwargs.pop('path'), data=Utils.convert_body(kwargs.pop('body'), False), params=kwargs, headers=headers)
2828

2929
@sp_endpoint('/sb/v4/adGroups', method='PUT')
30-
def update_ad_groups(self, version: int = 4, **kwargs) -> ApiResponse:
30+
def edit_ad_groups(self, version: int = 4, **kwargs) -> ApiResponse:
3131
"""
3232
Update Sponsored Brand Ad groups.
3333

0 commit comments

Comments
 (0)