Is your feature request related to a problem? Please describe.
It would be really nice if updating a destination also enabled it if it was previously disabled. This can either be opt-in behavior via a query param, or automatic behavior.
Describe the solution you'd like
If it was a query param, then something like enable=true could work.
Describe alternatives you've considered
The current solution is to call the enable destination right after the update destination request, which is a viable workaround.
Additional context
N/A
Is your feature request related to a problem? Please describe.
It would be really nice if updating a destination also enabled it if it was previously disabled. This can either be opt-in behavior via a query param, or automatic behavior.
Describe the solution you'd like
If it was a query param, then something like
enable=truecould work.Describe alternatives you've considered
The current solution is to call the enable destination right after the update destination request, which is a viable workaround.
Additional context
N/A