Skip to content

Commit 2bfbba4

Browse files
committed
rename post_content to post
1 parent 0807bbd commit 2bfbba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/msgraph_core/requests/batch_request_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(self, request_adapter: RequestAdapter, error_map: Optional[Dict[str
2929
self.url_template = f"{self._request_adapter.base_url}/$batch"
3030
self.error_map = error_map or {}
3131

32-
async def post_content(
32+
async def post(
3333
self,
3434
batch_request_content: BatchRequestContent,
3535
error_map: Optional[Dict[str, int]] = None,

0 commit comments

Comments
 (0)