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

Correct filter description of /v1/persons

Clean up language and clarify what happens when you set the active
parameter of /v1/persons.
parent a0e64b56
No related branches found
No related tags found
1 merge request!265Correct filter description of /v1/persons
Pipeline #113064 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