Skip to content

Commit

Permalink
Enhanced the api documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
leandro-cavalcante committed Oct 21, 2024
1 parent 8c21a65 commit 31d8af2
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions docs/api/issuer-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@ paths:
tags:
- 'Org.Eclipse.TractusX.SsiCredentialIssuer.Service, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null'
summary: Gets all use case frameworks and the participation status of the acting company
description: 'Example: GET: api/issuer/useCaseParticipation'
<<<<<<< HEAD
=======
description: 'Example: GET: api/issuer/useCaseParticipation<br><h3>Available values:</h3> All, Active, Expired'
parameters:
- name: status
in: query
schema:
$ref: '#/components/schemas/StatusType'
>>>>>>> 0e8c76c (feat: Enhanced the endpoint api/issuer/useCaseParticipation adding a status type and created unit tests)
type: string
responses:
'200':
description: OK
Expand All @@ -38,6 +35,12 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'409':
description: Conflict
content:
Expand Down Expand Up @@ -854,15 +857,6 @@ components:
- RETRIGGER_TRIGGER_NOTIFICATION
- RETRIGGER_TRIGGER_MAIL
type: string
<<<<<<< HEAD
=======
StatusType:
enum:
- Active
- Expired
- All
type: string
>>>>>>> 0e8c76c (feat: Enhanced the endpoint api/issuer/useCaseParticipation adding a status type and created unit tests)
TechnicalUserDetails:
type: object
properties:
Expand Down

0 comments on commit 31d8af2

Please sign in to comment.