Skip to content

Commit

Permalink
Merge pull request #83 from kkrauth/patch-1
Browse files Browse the repository at this point in the history
API spec doesn't define the search query parameter
  • Loading branch information
ian-kent committed Jul 7, 2016
2 parents 510c5ed + 4a3fc65 commit d3b3238
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/APIv2/swagger-2.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ paths:
required: true
type: string
enum: [ from, to, containing ]
-
name: query
in: query
description: Search parameter
required: true
type: string
-
name: start
in: query
Expand Down Expand Up @@ -183,4 +189,4 @@ paths:
format: int64
created:
type: string
format: date-time
format: date-time

0 comments on commit d3b3238

Please sign in to comment.