@@ -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:
@@ -21678,7 +21678,7 @@ definitions:
21678
21678
format: int64
21679
21679
info:
21680
21680
type: string
21681
- zigbeealliance.distributedcomplianceledger.pki.NocCertificates :
21681
+ zigbeealliance.distributedcomplianceledger.pki.NocIcaCertificates :
21682
21682
type: object
21683
21683
properties:
21684
21684
vid:
@@ -22056,10 +22056,10 @@ definitions:
22056
22056
repeated Bar results = 1;
22057
22057
PageResponse page = 2;
22058
22058
}
22059
- zigbeealliance.distributedcomplianceledger.pki.QueryAllNocCertificatesResponse :
22059
+ zigbeealliance.distributedcomplianceledger.pki.QueryAllNocIcaCertificatesResponse :
22060
22060
type: object
22061
22061
properties:
22062
- nocCertificates :
22062
+ nocIcaCertificates :
22063
22063
type: array
22064
22064
items:
22065
22065
type: object
@@ -22857,10 +22857,10 @@ definitions:
22857
22857
type: string
22858
22858
subjectKeyId:
22859
22859
type: string
22860
- zigbeealliance.distributedcomplianceledger.pki.QueryGetNocCertificatesResponse :
22860
+ zigbeealliance.distributedcomplianceledger.pki.QueryGetNocIcaCertificatesResponse :
22861
22861
type: object
22862
22862
properties:
22863
- nocCertificates :
22863
+ nocIcaCertificates :
22864
22864
type: object
22865
22865
properties:
22866
22866
vid:
0 commit comments