From cfcf72d462ff02067f6d6f3f72ee4ebfa778a341 Mon Sep 17 00:00:00 2001 From: WilsonKathleen Date: Tue, 4 Apr 2023 14:17:56 -0700 Subject: [PATCH] clarified that [""] may be used for JSONArrayofPartitionedCRLs when not yet issuing --- API_AddUpdateIntermediateCert/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/API_AddUpdateIntermediateCert/README.md b/API_AddUpdateIntermediateCert/README.md index 2624e2d..9a50eed 100644 --- a/API_AddUpdateIntermediateCert/README.md +++ b/API_AddUpdateIntermediateCert/README.md @@ -201,7 +201,11 @@ AddUpdateIntermediateCertAPI may be used to either add a new record to the CCADB } Class PertainingToCertificatesIssued { String FullCRLIssuedByThisCA; # can be null or a link - List JSONArrayofPartitionedCRLs # Can be null or a JSON Array of strings; no action taken on this field when value is null; when value is [] the field is reset to empty; field has 20,000 characters limit + List JSONArrayofPartitionedCRLs # Can be null or a JSON Array of strings; + # no action taken on this field when value is null; + # use [""] if not yet issuing; + # when value is [] the field is reset to empty; + # field has 20,000 characters limit } Class AuditorInformation { String Auditor; # can be null or the name of an Auditor in the CCADB list of all auditors @@ -302,7 +306,7 @@ Request Body: }, "PertainingToCertificatesIssued": { "FullCRLIssuedByThisCA": "" , - "JSONArrayofPartitionedCRLsByCA": + "JSONArrayofPartitionedCRLs": [ "[http://cdn.example/crl-1.crl](http://cdn.example/crl-1.crl)", "[http://cdn.example/crl-2.crl](http://cdn.example/crl-2.crl)"