diff --git a/mmv1/products/compute/api.yaml b/mmv1/products/compute/api.yaml index ded641cade85..d7f8bc0bedb3 100644 --- a/mmv1/products/compute/api.yaml +++ b/mmv1/products/compute/api.yaml @@ -15027,11 +15027,10 @@ objects: update_url: 'projects/{{project}}/global/targetSslProxies/{{name}}/setBackendService' - !ruby/object:Api::Type::Array name: 'sslCertificates' - max_size: 1 description: | A list of SslCertificate resources that are used to authenticate - connections between users and the load balancer. Currently, exactly - one SSL certificate must be specified. + connections between users and the load balancer. At least one + SSL certificate must be specified. required: true update_verb: :POST update_url: 'projects/{{project}}/global/targetSslProxies/{{name}}/setSslCertificates'