@@ -9297,17 +9297,17 @@ paths:
9297
9297
type: string
9298
9298
tags:
9299
9299
- Query
9300
- /dcl/pki/noc-certificates:
9300
+ /dcl/pki/noc-ica- certificates:
9301
9301
get:
9302
- summary: Queries a list of NocCertificates items.
9303
- operationId: NocCertificatesAll
9302
+ summary: Queries a list of NocIcaCertificates items.
9303
+ operationId: NocIcaCertificatesAll
9304
9304
responses:
9305
9305
'200':
9306
9306
description: A successful response.
9307
9307
schema:
9308
9308
type: object
9309
9309
properties:
9310
- nocCertificates :
9310
+ nocIcaCertificates :
9311
9311
type: array
9312
9312
items:
9313
9313
type: object
@@ -9482,17 +9482,17 @@ paths:
9482
9482
type: boolean
9483
9483
tags:
9484
9484
- Query
9485
- /dcl/pki/noc-certificates/{vid}:
9485
+ /dcl/pki/noc-ica- certificates/{vid}:
9486
9486
get:
9487
- summary: Queries a NocCertificates by index.
9488
- operationId: NocCertificates
9487
+ summary: Queries a NocIcaCertificates by index.
9488
+ operationId: NocIcaCertificates
9489
9489
responses:
9490
9490
'200':
9491
9491
description: A successful response.
9492
9492
schema:
9493
9493
type: object
9494
9494
properties:
9495
- nocCertificates :
9495
+ nocIcaCertificates :
9496
9496
type: object
9497
9497
properties:
9498
9498
vid:
@@ -10705,6 +10705,8 @@ paths:
10705
10705
schemaVersion:
10706
10706
type: integer
10707
10707
format: int64
10708
+ crlSignerDelegator:
10709
+ type: string
10708
10710
pagination:
10709
10711
type: object
10710
10712
properties:
@@ -10863,6 +10865,8 @@ paths:
10863
10865
schemaVersion:
10864
10866
type: integer
10865
10867
format: int64
10868
+ crlSignerDelegator:
10869
+ type: string
10866
10870
default:
10867
10871
description: An unexpected error response.
10868
10872
schema:
@@ -10935,6 +10939,8 @@ paths:
10935
10939
schemaVersion:
10936
10940
type: integer
10937
10941
format: int64
10942
+ crlSignerDelegator:
10943
+ type: string
10938
10944
default:
10939
10945
description: An unexpected error response.
10940
10946
schema:
@@ -21678,7 +21684,7 @@ definitions:
21678
21684
format: int64
21679
21685
info:
21680
21686
type: string
21681
- zigbeealliance.distributedcomplianceledger.pki.NocCertificates :
21687
+ zigbeealliance.distributedcomplianceledger.pki.NocIcaCertificates :
21682
21688
type: object
21683
21689
properties:
21684
21690
vid:
@@ -21841,6 +21847,8 @@ definitions:
21841
21847
schemaVersion:
21842
21848
type: integer
21843
21849
format: int64
21850
+ crlSignerDelegator:
21851
+ type: string
21844
21852
zigbeealliance.distributedcomplianceledger.pki.PkiRevocationDistributionPointsByIssuerSubjectKeyID:
21845
21853
type: object
21846
21854
properties:
@@ -21881,6 +21889,8 @@ definitions:
21881
21889
schemaVersion:
21882
21890
type: integer
21883
21891
format: int64
21892
+ crlSignerDelegator:
21893
+ type: string
21884
21894
zigbeealliance.distributedcomplianceledger.pki.ProposedCertificate:
21885
21895
type: object
21886
21896
properties:
@@ -22056,10 +22066,10 @@ definitions:
22056
22066
repeated Bar results = 1;
22057
22067
PageResponse page = 2;
22058
22068
}
22059
- zigbeealliance.distributedcomplianceledger.pki.QueryAllNocCertificatesResponse :
22069
+ zigbeealliance.distributedcomplianceledger.pki.QueryAllNocIcaCertificatesResponse :
22060
22070
type: object
22061
22071
properties:
22062
- nocCertificates :
22072
+ nocIcaCertificates :
22063
22073
type: array
22064
22074
items:
22065
22075
type: object
@@ -22284,6 +22294,8 @@ definitions:
22284
22294
schemaVersion:
22285
22295
type: integer
22286
22296
format: int64
22297
+ crlSignerDelegator:
22298
+ type: string
22287
22299
pagination:
22288
22300
type: object
22289
22301
properties:
@@ -22857,10 +22869,10 @@ definitions:
22857
22869
type: string
22858
22870
subjectKeyId:
22859
22871
type: string
22860
- zigbeealliance.distributedcomplianceledger.pki.QueryGetNocCertificatesResponse :
22872
+ zigbeealliance.distributedcomplianceledger.pki.QueryGetNocIcaCertificatesResponse :
22861
22873
type: object
22862
22874
properties:
22863
- nocCertificates :
22875
+ nocIcaCertificates :
22864
22876
type: object
22865
22877
properties:
22866
22878
vid:
@@ -23029,6 +23041,8 @@ definitions:
23029
23041
schemaVersion:
23030
23042
type: integer
23031
23043
format: int64
23044
+ crlSignerDelegator:
23045
+ type: string
23032
23046
zigbeealliance.distributedcomplianceledger.pki.QueryGetPkiRevocationDistributionPointsByIssuerSubjectKeyIDResponse:
23033
23047
type: object
23034
23048
properties:
@@ -23072,6 +23086,8 @@ definitions:
23072
23086
schemaVersion:
23073
23087
type: integer
23074
23088
format: int64
23089
+ crlSignerDelegator:
23090
+ type: string
23075
23091
zigbeealliance.distributedcomplianceledger.pki.QueryGetProposedCertificateResponse:
23076
23092
type: object
23077
23093
properties:
0 commit comments