Specify search parameter schema
This commit is contained in:
parent
f70c3faccb
commit
6996789c52
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ paths:
|
|||
parameters:
|
||||
- name: q
|
||||
in: query
|
||||
schema:
|
||||
type: string
|
||||
description: >-
|
||||
Text in the query string will be used to filter cards having that text in their
|
||||
name. Additionally, the keyword expressions below can be used to search for
|
||||
|
|
Loading…
Reference in a new issue