Friends,
I would like to set the SQL Server Authentication on client level using REST.
If I request the client info using `/client/:clientid`, I see within `clientProperties.pseudoClientInfo.idaInfo.sql61Prop` the override switch and the MSSQLCredentialinfo.
I tried simply to get the client info, update what I want to update and post this back. The response is 0, but nothing is changed.
Does someone knows how I can update this?
Thanks in advance, Maurice