Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
I was wondering if it is possible to update the SSL certificate via QRS API.
I am able to GET the sslBrowserCertificateThumbprint but when I try to do a PUT with a new value I got a 409 (Conflict) error.
Any idea if it is possible?
Thanks!
Are you passing modified date time value with the PUT request? This value should be greater than what Qlik holds for the current record. If you dont pass it or the value that is passed is less than or equal to what Qlik holds then you will get 409
Are you passing modified date time value with the PUT request? This value should be greater than what Qlik holds for the current record. If you dont pass it or the value that is passed is less than or equal to what Qlik holds then you will get 409
Thanks Stefan, That did the job!