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
Currently, policy creation behaves as follows: "when a POST request with a policy arrives to the PAP:
If the PolicyId already exists, it is updated with the contents of the request
If the PolicyId does not exist, it creates a new policy"
This behavior is misleading, and should be changed, so that POST request with the same PolicyId end up in an error, and a PUT method should be added to deal with modifications.
The text was updated successfully, but these errors were encountered:
Currently, policy creation behaves as follows: "when a POST request with a policy arrives to the PAP:
This behavior is misleading, and should be changed, so that POST request with the same PolicyId end up in an error, and a PUT method should be added to deal with modifications.
The text was updated successfully, but these errors were encountered: