From d2fe2f1ff6c2f9a58be8189cbb7f6882fde95877 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Tue, 2 Aug 2016 13:59:46 +0100 Subject: [PATCH] Fix jenkins --- api/client-server/content-repo.yaml | 6 +++--- api/client-server/pushrules.yaml | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/api/client-server/content-repo.yaml b/api/client-server/content-repo.yaml index 6b879051..f9c92a0d 100644 --- a/api/client-server/content-repo.yaml +++ b/api/client-server/content-repo.yaml @@ -96,7 +96,7 @@ paths: type: file tags: - Media - "/download/{serverName}/{mediaId}/{fileName}" + "/download/{serverName}/{mediaId}/{fileName}": get: summary: "Download content from the content repository as a given filename." produces: ["*/*"] @@ -119,8 +119,8 @@ paths: type: string name: fileName x-example: filename.jpg - requrired: true - description: + required: true + description: | The filename to give in the Content-Disposition responses: 200: diff --git a/api/client-server/pushrules.yaml b/api/client-server/pushrules.yaml index 939150fe..0ba8d481 100644 --- a/api/client-server/pushrules.yaml +++ b/api/client-server/pushrules.yaml @@ -286,7 +286,8 @@ paths: ], "pattern": "cake*lie", "rule_id": "nocake", - "enabled": true + "enabled": true, + "default": false } schema: type: object