Update a TLS ingest profileput https://{hostname}/api/content-delivery/v1/content-providers/{contentProviderId}/tls-ingest-profiles/{tlsIngestProfileId}Path ParamstlsIngestProfileIdintegerrequiredcontentProviderIdintegerrequiredBody Paramsnamestringrequiredlength between 1 and 128descriptionstringlength ≤ 256caCertificatestringlength ≤ 10000enableClientAuthbooleanDefaults to falsetruefalsecrlstringlength ≤ 10000clientTlsCertificatestringlength ≤ 10000clientTlsCertificateKeystringlength ≤ 10000ciphersstringlength ≤ 65535tlsProtocolsstringenumSSLV2SSLV3TLSV1TLSV1_1TLSV1_2Allowed:SSLV2SSLV3TLSV1TLSV1_1TLSV1_2Responses 200An HTTP 200 will signify the successful update of an tls-ingest-profile instance. 400An HTTP 400 will be returned if the request is badly formed or has constraint violations 403An HTTP 403 will be returned if the principal is not authorized to access the instance of blocklist that the request was made against. 404An HTTP 404 will be returned if the <<resourcePathName | !singularize>> with the specified entityId is not found. 409An HTTP 409 will be returned if the blocklist offered for create/update would lead to a conflicting state.Updated about 2 months ago