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.
I'm trying to remove an ACL by using the REST API. The current connection looks like this:
gives
I'm trying to reset this using:
This results in a "201 Created", but the ACLs are unchanged:
I would expect the allowedConnections list to be empty, instead.
Similarly, when the allowedConnections has multiple entries:
Now, trying to replace this list by a single entry using
gives
So, randomly one of the entities in the ACL list was replaced by the new one I specified...
I would expect a PUT request with a allowedConnections list would replace the entire list (even if it is empty), regardless of the original list.
The text was updated successfully, but these errors were encountered: