Skip to content
Snippets Groups Projects
Commit bdb7f317 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Merge branch 'fix-recursive-docs' into 'master'

Fix recursive filter docs

See merge request !681
parents e5ad1afd f8ae5310
No related branches found
No related tags found
1 merge request!681Fix recursive filter docs
......@@ -280,7 +280,7 @@ class ElementParents(ElementsListMixin, ListAPIView):
{
'name': 'recursive',
'in': 'query',
'description': 'List recursively (children, grandchildren, etc.)',
'description': 'List recursively (parents, grandparents, etc.)',
'required': False,
'schema': {
'type': 'boolean',
......@@ -344,7 +344,7 @@ class ElementChildren(ElementsListMixin, ListAPIView):
{
'name': 'recursive',
'in': 'query',
'description': 'List recursively (parents, grandparents, etc.)',
'description': 'List recursively (children, grandchildren, etc.)',
'required': False,
'schema': {
'type': 'boolean',
......
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