From 01cda969163bbab336ae8451d4dfc04f57905bc8 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 90f4ca32730b6..eec22e2e0412d 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" } },