- Notifications
You must be signed in to change notification settings - Fork4k
Fix Python code sample JSON body#2976
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Fix Python code sample JSON body#2976
Uh oh!
There was an error while loading.Please reload this page.
Conversation
changeset-botbot commentedMar 12, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
github-actionsbot commentedMar 12, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Summary of the deployments: Version 1 (production)
Version 2 (experimental)
Test content |
argos-cibot commentedMar 12, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The latest updates on your projects. Learn more aboutArgos notifications ↗︎
|
@rodrcastro We are using If you want to send
|
but we can set it to |
@SamyPesse@rodrcastro I've updated the code to handle |
Uh oh!
There was an error while loading.Please reload this page.
When sending a JSON body in the request, it should use
json
. This PR changes it to make the code sample request correct.