diff --git a/server/routes/api-users.js b/server/routes/api-users.js index 900b495..1876c52 100644 --- a/server/routes/api-users.js +++ b/server/routes/api-users.js @@ -23,6 +23,15 @@ import { queues, TF_APPLY_QUEUE, TF_APPLY_QSEOK_QUEUE, TF_DESTROY_QUEUE, STOP_CO * summary: Get all users * tags: * - admin + * parameters: + * - name: filter + * in: query + * required: false + * type: object + * content: + * application/json: + * schema: + * type: object * produces: * - application/json * responses: