From 73be7928306b0a5846e9b5ae55cc5d42bfc70f12 Mon Sep 17 00:00:00 2001 From: balzack Date: Mon, 3 Jan 2022 23:26:06 -0800 Subject: [PATCH] allow for filtering of dismissed insights --- api.oa3 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/api.oa3 b/api.oa3 index ea0faaac..9bb3d0a1 100644 --- a/api.oa3 +++ b/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