Skip to content

Commit

Permalink
chore: add example in the description for metadata filter (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdupas22 authored Mar 20, 2023
1 parent c36376c commit 223af06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/controllers/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ paths:
example: users:.+
- name: metadata
in: query
description: Filter accounts by metadata key value pairs. Nested objects can be used as seen in the example below.
description: Filter accounts by metadata key value pairs. The filter can be used like this metadata[key]=value1&metadata[a.nested.key]=value2
style: deepObject
explode: true
schema:
Expand Down

0 comments on commit 223af06

Please sign in to comment.