We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb5eac commit c2a2018Copy full SHA for c2a2018
squarecloud/http/http_client.py
@@ -512,7 +512,7 @@ async def create_app_file(
512
"""
513
route: Router = Router(Endpoint.files_create(), app_id=app_id)
514
response: Response = await self.request(
515
- route, json={'buffer': file, 'path': '/' + path}
+ route, json={'content': file, 'path': '/' + path}
516
)
517
return response
518
0 commit comments