Skip to content

Commit

Permalink
Update swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
ammsalme committed Jan 19, 2024
1 parent 01b194e commit 290904c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,17 @@ paths:
responses:
'200':
description: Array of catalogers that have triggered jobs that have logs available
/logs/correlationIds:
get:
summary: List correlationIds that have logs available
tags:
- /logs/
security:
- httpBasic: []
responses:
'200':
description: Array of correlationIds that have logs available

/logs/{id}:
parameters:
- name: id
Expand Down

0 comments on commit 290904c

Please sign in to comment.