We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Internal server error
1 parent aad8bb7 commit a919e05Copy full SHA for a919e05
whatsapp_api_client_python/tools/account.py
@@ -115,6 +115,6 @@ def set_profile_picture(self, file: str) -> Response:
115
return self.api.request(
116
"POST", (
117
"{{host}}/waInstance{{idInstance}}/"
118
- "SetSettings/{{apiTokenInstance}}"
+ "setProfilePicture/{{apiTokenInstance}}"
119
), files=files
120
)
0 commit comments