Skip to content
Snippets Groups Projects
Commit 630d4922 authored by Jo Sama's avatar Jo Sama :scream:
Browse files

Merge branch 'correct-filter-description' into 'master'

Correct filter description of /v1/persons

See merge request !265
parents a0e64b56 66407885
No related branches found
No related tags found
1 merge request!265Correct filter description of /v1/persons
Pipeline #113068 passed
......@@ -36,7 +36,7 @@ class PersonViewSet(viewsets.ModelViewSet):
),
OpenApiParameter(
name="active",
description="If try only include persons with an active role",
description="Only persons with an active role is listed if true",
required=False,
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