From c7e109ade56665a86e264532c1f9b83d1a4b6d2a Mon Sep 17 00:00:00 2001 From: gfxcc Date: Wed, 17 Nov 2021 13:17:16 -0500 Subject: [PATCH] fix a bug which cause crl_access_urls not being populated (#5436) --- mmv1/products/privateca/api.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mmv1/products/privateca/api.yaml b/mmv1/products/privateca/api.yaml index 65a37b31ecf4..35a168977aa0 100644 --- a/mmv1/products/privateca/api.yaml +++ b/mmv1/products/privateca/api.yaml @@ -438,11 +438,12 @@ objects: The URL where this CertificateAuthority's CA certificate is published. This will only be set for CAs that have been activated. output: true - - !ruby/object:Api::Type::String - name: 'crlAccessUrl' + - !ruby/object:Api::Type::Array + name: 'crlAccessUrls' description: | The URL where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated. + item_type: Api::Type::String output: true - !ruby/object:Api::Type::String name: 'createTime'