-
Notifications
You must be signed in to change notification settings - Fork 631
Open
Labels
Milestone
Description
Is your feature request related to a problem? Please describe.
This is not related to a problem.
We are using rest_client module to use an external API service and we are planning to use some endpoints which use PATCH method. It looks like there is no rest_patch function available in Opensips 2.4.8.
Describe the solution you'd like
Is there a way to send PATCH requests using the existing functions in rest_client module?
Or do we have to build rest_patch function?
Implementation
- Component: rest_client
- Type: Funtion
- Name: rest_patch
Describe alternatives you've considered
Additional context