Skip to content

Commit

Permalink
Merge pull request #213 from leollon/patch-1
Browse files Browse the repository at this point in the history
rename update_ad_groups to edit_ad_groups
  • Loading branch information
denisneuf authored Nov 19, 2024
2 parents b16032e + a096e69 commit 5c06eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ad_api/api/sb/ad_groups_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def create_ad_groups(self, version: int = 4, **kwargs) -> ApiResponse:
return self._request(kwargs.pop('path'), data=Utils.convert_body(kwargs.pop('body'), False), params=kwargs, headers=headers)

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

0 comments on commit 5c06eb3

Please sign in to comment.