PUT /backends/saml responds with 200 OK without changing config
Description
Trying to update the saml config of a tenant e.g. change the acl_url value, I get a response 200 OK with an empty json object {} body(instead of the complete updated resource as the API spec suggests), but the resource is not updated.
Expected full updated resource as body of successful PUT response
Expected /backends/saml resource to be updated successfully if response is successful
Trying to update the saml config of a tenant e.g. change the
acl_url
value, I get a response200 OK
with an empty json object{}
body(instead of the complete updated resource as the API spec suggests), but the resource is not updated.Expected full updated resource as body of successful
PUT
responseExpected
/backends/saml
resource to be updated successfully if response is successfulExample scenario using curl: