Skip to content
Snippets Groups Projects
Commit 9b46ecdf authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Merge branch 'listdi-doc-name-filter' into 'master'

Add documentation for the name filter in the ListDataImports endpoint

Closes #957

See merge request !1630
parents 027ab6db 202e2e42
No related branches found
No related tags found
1 merge request!1630Add documentation for the name filter in the ListDataImports endpoint
......@@ -134,6 +134,11 @@ logger = logging.getLogger(__name__)
description='Filter imports by beginning of UUID',
required=False,
),
OpenApiParameter(
'name',
description='Filter imports whose name contains the given string (case insensitive)',
required=False,
),
OpenApiParameter(
'with_workflow',
type=bool,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment