mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 12:39:17 +00:00
allow for filtering of dismissed insights
This commit is contained in:
parent
ab6567672c
commit
73be792830
11
api.oa3
11
api.oa3
@ -2489,6 +2489,13 @@ paths:
|
||||
operationId: get-insights
|
||||
security:
|
||||
- bearerAuth: []
|
||||
paramters:
|
||||
- name: dismissed
|
||||
in: query
|
||||
description: if dismissed insights should be included
|
||||
required: false
|
||||
schema:
|
||||
type: string
|
||||
responses:
|
||||
'200':
|
||||
description: success
|
||||
@ -2499,7 +2506,7 @@ paths:
|
||||
items:
|
||||
$ref: '#/components/schemas/Insight'
|
||||
'401':
|
||||
description: invalid token
|
||||
description: permission denied
|
||||
'500':
|
||||
description: internal server error
|
||||
|
||||
@ -3495,7 +3502,7 @@ components:
|
||||
appToken:
|
||||
type: string
|
||||
|
||||
Revsion:
|
||||
Status:
|
||||
type: object
|
||||
required:
|
||||
- profile
|
||||
|
Loading…
Reference in New Issue
Block a user