- Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Update Client Libraries to support multiple patch methods
Problem
Our APIs support multiple PATCH methods, but our client libraries only support one.
There are times when you need different PATCH types, typically when you are interacting with arrays.
Solution
Support multiple PATCH types for our client libraries.
Alternatives/workarounds
Use GET/PUT whenever you are interacting with arrays.
Additional context
Came out of this PR: https://github.com/FusionAuth/fusionauth-site/pull/3327/files#r1809578550
Related:
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
How to vote
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.