You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2017/01/12 13:47:27 UTC

lucene-solr:apiv2: SOLR-8029: spec improvements

Repository: lucene-solr
Updated Branches:
  refs/heads/apiv2 de325d98c -> caebda946


SOLR-8029: spec improvements


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/caebda94
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/caebda94
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/caebda94

Branch: refs/heads/apiv2
Commit: caebda946abf237a97bf844fdcc5623ee4dec2eb
Parents: de325d9
Author: Noble Paul <no...@apache.org>
Authored: Fri Jan 13 00:17:19 2017 +1030
Committer: Noble Paul <no...@apache.org>
Committed: Fri Jan 13 00:17:19 2017 +1030

----------------------------------------------------------------------
 solr/core/src/resources/apispec/cores.Status.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/caebda94/solr/core/src/resources/apispec/cores.Status.json
----------------------------------------------------------------------
diff --git a/solr/core/src/resources/apispec/cores.Status.json b/solr/core/src/resources/apispec/cores.Status.json
index 9ca0cfb..155bcf5 100644
--- a/solr/core/src/resources/apispec/cores.Status.json
+++ b/solr/core/src/resources/apispec/cores.Status.json
@@ -7,7 +7,7 @@
   "url": {
     "paths": [
       "/cores",
-      "/cores/{core}/status"
+      "/cores/{core}"
     ],
     "params": {
       "indexInfo": {