allow for filtering of dismissed insights

This commit is contained in:
balzack 2022-01-03 23:26:06 -08:00
parent ab6567672c
commit 73be792830

11
api.oa3
View File

@ -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