From 2310c8e2e2c5b7e0d78549304d81d261f6b24de6 Mon Sep 17 00:00:00 2001 From: olcbean Date: Fri, 13 Oct 2017 19:57:23 +0200 Subject: [PATCH] fix inconsistencies in the rest api specs for cat.snapshots (#26996) --- .../src/main/resources/rest-api-spec/api/cat.snapshots.json | 1 - 1 file changed, 1 deletion(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/cat.snapshots.json b/rest-api-spec/src/main/resources/rest-api-spec/api/cat.snapshots.json index 90f4ca32730..eec22e2e041 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/cat.snapshots.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/cat.snapshots.json @@ -10,7 +10,6 @@ "parts": { "repository": { "type" : "list", - "required": true, "description": "Name of repository from which to fetch the snapshot information" } },