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 22c671e commit 6a2711c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/api/issuer-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +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'
description: 'Example: GET: api/issuer/useCaseParticipation<br><h3>Available values:</h3> All, Active, Expired'
parameters:
- name: status
in: query
schema:
$ref: '#/components/schemas/StatusType'
type: string
responses:
'200':
description: OK
Expand All @@ -35,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 @@ -851,12 +857,6 @@ components:
- RETRIGGER_TRIGGER_NOTIFICATION
- RETRIGGER_TRIGGER_MAIL
type: string
StatusType:
enum:
- Active
- Expired
- All
type: string
TechnicalUserDetails:
type: object
properties:
Expand Down

0 comments on commit 6a2711c

Please sign in to comment.