Skip to content

Commit

Permalink
Improve description of SearchCustomers "q" param
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfeehan committed May 30, 2014
1 parent 68309c6 commit 27aeee3
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ uri: customers/search
responseClass: SearchCustomersPage
parameters:
q:
description: "Customer's to search across multiple fields with a single string"
description: >
Search across multiple fields with a single string. The
value of the q param is a string composed of one or more
search fields and values, with each set separated by a
space, such as group:general+subject:welcome. Note that
spaces must be represented as %20 or +.
type: string
location: query
first_name:
Expand Down

0 comments on commit 27aeee3

Please sign in to comment.