Skip to content

Conversation

@lindner
Copy link

@lindner lindner commented Jan 21, 2026

Summary

  • Adds PATCH to the HttpMethods enum to enable using DaprClient.invokeMethod() with PATCH requests through HTTPEndpoints

Test plan

  • SDK compiles successfully
  • Verify PATCH method works with invokeMethod() for HTTPEndpoint service invocation

Fixes #1622

@lindner lindner requested review from a team as code owners January 21, 2026 17:21
Adds PATCH to the HttpMethods enum to enable using DaprClient.invokeMethod()
with PATCH requests through HTTPEndpoints. This is commonly required for
partial updates when calling external REST APIs via Dapr service invocation.

Fixes dapr#1622

Signed-off-by: Paul Lindner <plindner@metropolis.io>
@lindner lindner force-pushed the add-patch-http-method branch from c703f67 to 443b03d Compare January 21, 2026 17:22
@salaboy
Copy link
Collaborator

salaboy commented Jan 21, 2026

@lindner thanks for the contribution. We will definitely need a test for this. I would recommend you an integration test too using test container to validate that the change works using the sidecar.

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.

Add PATCH to HttpMethods enum for service invocation

2 participants