File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,10 +56,11 @@ value array contains a given value for array fields.
5656
5757Search for objects whose field value is within a given array of values (when the filter value is an array), or search
5858for objects whose field value is a substring of a given string (when the filter value is a string).
59+
5960- Name: ` in `
6061- Examples:
61- - ` https://pfsense.example.com/api/v2/examples?fieldname__in=example `
62- - ` https://pfsense.example.com/api/v2/examples?fieldname__in[]=example1&fieldname__in[]=example2 `
62+ - ` https://pfsense.example.com/api/v2/examples?fieldname__in=example `
63+ - ` https://pfsense.example.com/api/v2/examples?fieldname__in[]=example1&fieldname__in[]=example2 `
6364
6465### Less Than (lt)
6566
@@ -95,8 +96,8 @@ Search for objects whose field value matches a given format.
9596
9697- Name: ` format `
9798- Examples:
98- - ` https://pfsense.example.com/api/v2/examples?fieldname__format=ipv4 `
99- - ` https://pfsense.example.com/api/v2/examples?fieldname__format=email `
99+ - ` https://pfsense.example.com/api/v2/examples?fieldname__format=ipv4 `
100+ - ` https://pfsense.example.com/api/v2/examples?fieldname__format=email `
100101
101102#### Supported Formats
102103
You can’t perform that action at this time.
0 commit comments