Feature: create a new API endpoint for my workflows in Cc

This commit is contained in:
nobohan
2023-03-23 10:14:40 +01:00
parent 1789a75216
commit a992c45720
3 changed files with 94 additions and 0 deletions

View File

@@ -826,4 +826,20 @@ paths:
$ref: '#/components/schemas/Workflow'
403:
description: "Unauthorized"
/1.0/main/workflow/my-cc:
get:
tags:
- workflow
summary: Return a list of workflows for which user was notified in Cc
responses:
200:
description: "ok"
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Workflow'
403:
description: "Unauthorized"