You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Disabling a webhook from the UI overwrites the description.
A request is sent to the backend with a description in the request body. On the backend, the description is Optional and serialized as null, which overwrites any existing description.
I'd just add the description to the request body here.
Steps to Reproduce
Take a connector that has a description and disable it.
Bug Description
Disabling a webhook from the UI overwrites the description.
A request is sent to the backend with a description in the request body. On the backend, the description is Optional and serialized as null, which overwrites any existing description.
I'd just add the description to the request body here.
Steps to Reproduce
Take a connector that has a description and disable it.
The API will send
Expected behavior
A description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: