From b4c89accb2210d66e22b2fe8d20b346615db7adb Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 5 Oct 2016 11:48:14 +0100 Subject: [PATCH] Params in query, not path --- api/client-server/notifications.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/client-server/notifications.yaml b/api/client-server/notifications.yaml index af7b2e8a..c4983829 100644 --- a/api/client-server/notifications.yaml +++ b/api/client-server/notifications.yaml @@ -37,19 +37,19 @@ paths: security: - accessToken: [] parameters: - - in: path + - in: query type: string name: from description: Pagination token given to retrieve the next set of events. required: false x-example: "xxxxx" - - in: path + - in: query type: number name: limit description: Limit on the number of events to return in this request. required: false x-example: "20" - - in: path + - in: query name: only type: string description: |-