Skip to content

docs: update call_http docstring to mention dict support (Fixes #518)#588

Merged
andystaples merged 1 commit intoAzure:devfrom
siddharth-s31:docs-update-call-http
Feb 3, 2026
Merged

docs: update call_http docstring to mention dict support (Fixes #518)#588
andystaples merged 1 commit intoAzure:devfrom
siddharth-s31:docs-update-call-http

Conversation

@siddharth-s31
Copy link
Contributor

@siddharth-s31 siddharth-s31 commented Dec 14, 2025

Fixes #518

Per the discussion in the issue, I have updated the docstring for call_http to explicitly state that content accepts JSON-serializable dictionaries.

As requested by @davidmrdavid, I have limited this change to the documentation only and left the type hints unchanged.

@nytian
Copy link
Contributor

nytian commented Dec 15, 2025

Thanks for the PR @siddharth-s31 Can you fix the error from CI? it's just line 251 was too long

@siddharth-s31
Copy link
Contributor Author

I have updated the line @nytian The CI check should pass now

@andystaples andystaples merged commit be59fb7 into Azure:dev Feb 3, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect type hint for content parameter of call_http in DurableOrchestrationContext.py

3 participants