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 Feb 14, 2020. It is now read-only.
This works well, but only allows replacement of the entire list.
It would be convenient if there were a way to set or unset one specific entry in the allowedConnection/blockedConnections list. For example, introduce an endpoint
Using the current API, it is possible to change the list of allowedConnection/blockedConnections using a PUT request:
This works well, but only allows replacement of the entire list.
It would be convenient if there were a way to set or unset one specific entry in the allowedConnection/blockedConnections list. For example, introduce an endpoint
That would allow easy operations like
to remove an entry and
to add an entry to the list.
The text was updated successfully, but these errors were encountered: