Update security settingsput https://{hostname}/api/log-streaming/v1/destinations/{destinationId}/securityUpdate security settings for this destination.Path ParamsdestinationIdintegerrequiredUniquely identifies a destination.Body ParamscaCertificatesstringrequiredlength ≤ 10000A list of OpenSSL PEM-formatted X.509 certificates that establishes a TLS connection to the destination server.certificatestringrequiredlength ≤ 10000An OpenSSL PEM-formatted X.509 certificate establishes a TLS connection to the destination server.keystringrequiredlength ≤ 10000An OpenSSL PEM-formatted key establishes a TLS connection to the destination server.HeadersIf-MatchstringrequiredEnables concurrency control. When you GET the data, store the response's ETag header. When updating the data, pass it back in an If-Match request header. If the data has changed since you last accessed it, the operation fails with a 412 error.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200The response reflects the updated security settings. 400Bad request 403Forbidden 404Not foundUpdated about 1 month ago