1
1
openapi : 3.0.1
2
2
info :
3
3
title : Org.Eclipse.TractusX.SsiCredentialIssuer.Service
4
- version : v1.2.0
4
+ version : v1.3.0-rc.1
5
5
paths :
6
6
/api/issuer/useCaseParticipation :
7
7
get :
8
8
tags :
9
- - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.2 .0.0, Culture=neutral, PublicKeyToken=null'
9
+ - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.3 .0.0, Culture=neutral, PublicKeyToken=null'
10
10
summary : Gets all use case frameworks and the participation status of the acting company
11
11
description : ' Example: GET: api/issuer/useCaseParticipation<br><h3>Available values:</h3> All, Active, Expired'
12
12
parameters :
50
50
/api/issuer/certificates :
51
51
get :
52
52
tags :
53
- - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.2 .0.0, Culture=neutral, PublicKeyToken=null'
53
+ - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.3 .0.0, Culture=neutral, PublicKeyToken=null'
54
54
summary : Gets all company certificate requests and their status
55
55
description : ' Example: GET: api/issuer/certificates'
56
56
responses :
77
77
/api/issuer/certificateTypes :
78
78
get :
79
79
tags :
80
- - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.2 .0.0, Culture=neutral, PublicKeyToken=null'
80
+ - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.3 .0.0, Culture=neutral, PublicKeyToken=null'
81
81
summary : Gets the certificate types for which the company can apply for
82
82
description : ' Example: GET: api/issuer/certificateTypes'
83
83
responses :
@@ -104,7 +104,7 @@ paths:
104
104
/api/issuer :
105
105
get :
106
106
tags :
107
- - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.2 .0.0, Culture=neutral, PublicKeyToken=null'
107
+ - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.3 .0.0, Culture=neutral, PublicKeyToken=null'
108
108
summary : ' Gets all outstanding, existing and inactive credentials'
109
109
description : ' Example: GET: /api/issuer'
110
110
parameters :
@@ -164,7 +164,7 @@ paths:
164
164
/api/issuer/owned-credentials :
165
165
get :
166
166
tags :
167
- - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.2 .0.0, Culture=neutral, PublicKeyToken=null'
167
+ - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.3 .0.0, Culture=neutral, PublicKeyToken=null'
168
168
summary : ' Gets all outstanding, existing and inactive credentials for the company of the user'
169
169
description : ' Example: GET: /api/issuer/owned-credentials'
170
170
responses :
@@ -191,7 +191,7 @@ paths:
191
191
/api/issuer/bpn :
192
192
post :
193
193
tags :
194
- - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.2 .0.0, Culture=neutral, PublicKeyToken=null'
194
+ - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.3 .0.0, Culture=neutral, PublicKeyToken=null'
195
195
summary : Creates a bpn credential for the given data
196
196
description : ' POST: api/issuer/bpn'
197
197
requestBody :
@@ -223,7 +223,7 @@ paths:
223
223
/api/issuer/membership :
224
224
post :
225
225
tags :
226
- - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.2 .0.0, Culture=neutral, PublicKeyToken=null'
226
+ - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.3 .0.0, Culture=neutral, PublicKeyToken=null'
227
227
summary : Creates a membership credential for the given data
228
228
description : ' POST: api/issuer/membership'
229
229
requestBody :
@@ -255,7 +255,7 @@ paths:
255
255
/api/issuer/framework :
256
256
post :
257
257
tags :
258
- - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.2 .0.0, Culture=neutral, PublicKeyToken=null'
258
+ - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.3 .0.0, Culture=neutral, PublicKeyToken=null'
259
259
summary : Creates a framework credential for the given data
260
260
description : ' POST: api/issuer/framework'
261
261
requestBody :
@@ -287,7 +287,7 @@ paths:
287
287
' /api/issuer/{credentialId}/approval ' :
288
288
put :
289
289
tags :
290
- - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.2 .0.0, Culture=neutral, PublicKeyToken=null'
290
+ - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.3 .0.0, Culture=neutral, PublicKeyToken=null'
291
291
summary : Approves the given credential and triggers the verified credential creation
292
292
description : ' PUT: api/issuer/{credentialId}/approval'
293
293
parameters :
@@ -336,7 +336,7 @@ paths:
336
336
' /api/issuer/{credentialId}/reject ' :
337
337
put :
338
338
tags :
339
- - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.2 .0.0, Culture=neutral, PublicKeyToken=null'
339
+ - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.3 .0.0, Culture=neutral, PublicKeyToken=null'
340
340
summary : Rejects the given credential
341
341
description : ' PUT: api/issuer/{credentialId}/reject'
342
342
parameters :
@@ -385,7 +385,7 @@ paths:
385
385
' /api/issuer/{processId}/retrigger-step/{processStepTypeId} ' :
386
386
post :
387
387
tags :
388
- - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.2 .0.0, Culture=neutral, PublicKeyToken=null'
388
+ - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.3 .0.0, Culture=neutral, PublicKeyToken=null'
389
389
summary : Retriggers the failed process step
390
390
description : ' POST: api/issuer/{processId}/retrigger-step/RETRIGGER_CREATE_SIGNED_CREDENTIAL'
391
391
parameters :
@@ -440,7 +440,7 @@ paths:
440
440
' /api/revocation/issuer/credentials/{credentialId} ' :
441
441
post :
442
442
tags :
443
- - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.2 .0.0, Culture=neutral, PublicKeyToken=null'
443
+ - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.3 .0.0, Culture=neutral, PublicKeyToken=null'
444
444
summary : Revokes an credential which was issued by the given issuer
445
445
description : ' POST: api/revocation/issuer/credentials/{credentialId}'
446
446
parameters :
@@ -474,7 +474,7 @@ paths:
474
474
' /api/revocation/credentials/{credentialId} ' :
475
475
post :
476
476
tags :
477
- - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.2 .0.0, Culture=neutral, PublicKeyToken=null'
477
+ - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.3 .0.0, Culture=neutral, PublicKeyToken=null'
478
478
summary : Credential Revocation by holder
479
479
description : ' POST: api/revocation/credentials/{credentialId}'
480
480
parameters :
@@ -508,7 +508,7 @@ paths:
508
508
' /api/revocation/{processId}/retrigger-step/{processStepTypeId} ' :
509
509
post :
510
510
tags :
511
- - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.2 .0.0, Culture=neutral, PublicKeyToken=null'
511
+ - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.3 .0.0, Culture=neutral, PublicKeyToken=null'
512
512
summary : Retriggers the failed process step
513
513
description : ' POST: api/revocation/{processId}/retrigger-step/RETRIGGER_REVOKE_CREDENTIAL'
514
514
parameters :
@@ -563,7 +563,7 @@ paths:
563
563
' /api/credential/{credentialId} ' :
564
564
get :
565
565
tags :
566
- - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.2 .0.0, Culture=neutral, PublicKeyToken=null'
566
+ - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.3 .0.0, Culture=neutral, PublicKeyToken=null'
567
567
summary : The endpoint enables users to download the credential (full json) of their own company.
568
568
description : ' Example: GET: api/credential/{credentialId}'
569
569
parameters :
@@ -600,7 +600,7 @@ paths:
600
600
' /api/credential/documents/{documentId} ' :
601
601
get :
602
602
tags :
603
- - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.2 .0.0, Culture=neutral, PublicKeyToken=null'
603
+ - ' Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.3 .0.0, Culture=neutral, PublicKeyToken=null'
604
604
summary : The endpoint enables users to download the credential (full json) of their own company.
605
605
description : ' Example: GET: api/credential/documents/{documentId}'
606
606
parameters :
0 commit comments