Skip to content

Commit

Permalink
rename update_ad_groups to edit_ad_groups
Browse files Browse the repository at this point in the history
  • Loading branch information
leollon authored Nov 15, 2024
1 parent b16032e commit a096e69
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 a096e69

Please sign in to comment.