mirror of
https://github.com/balzack/databag.git
synced 2025-02-15 04:59:16 +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
|
operationId: get-insights
|
||||||
security:
|
security:
|
||||||
- bearerAuth: []
|
- bearerAuth: []
|
||||||
|
paramters:
|
||||||
|
- name: dismissed
|
||||||
|
in: query
|
||||||
|
description: if dismissed insights should be included
|
||||||
|
required: false
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: success
|
description: success
|
||||||
@ -2499,7 +2506,7 @@ paths:
|
|||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Insight'
|
$ref: '#/components/schemas/Insight'
|
||||||
'401':
|
'401':
|
||||||
description: invalid token
|
description: permission denied
|
||||||
'500':
|
'500':
|
||||||
description: internal server error
|
description: internal server error
|
||||||
|
|
||||||
@ -3495,7 +3502,7 @@ components:
|
|||||||
appToken:
|
appToken:
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Revsion:
|
Status:
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- profile
|
- profile
|
||||||
|
Loading…
Reference in New Issue
Block a user