From 58c310fe7be60373f8f3171141b38481e6b0ef2c Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 16 Oct 2019 16:58:18 +0200 Subject: [PATCH] fix docublocks parameter naming (#10255) --- .../DocuBlocks/Rest/Indexes/post_api_index_fulltext.md | 2 +- Documentation/DocuBlocks/Rest/Indexes/post_api_index_hash.md | 2 +- .../DocuBlocks/Rest/Indexes/post_api_index_persistent.md | 2 +- .../DocuBlocks/Rest/Indexes/post_api_index_skiplist.md | 2 +- Documentation/DocuBlocks/Rest/Indexes/post_api_index_ttl.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/DocuBlocks/Rest/Indexes/post_api_index_fulltext.md b/Documentation/DocuBlocks/Rest/Indexes/post_api_index_fulltext.md index 5735d55a19..56f544fdfc 100644 --- a/Documentation/DocuBlocks/Rest/Indexes/post_api_index_fulltext.md +++ b/Documentation/DocuBlocks/Rest/Indexes/post_api_index_fulltext.md @@ -6,7 +6,7 @@ @RESTQUERYPARAMETERS -@RESTQUERYPARAM{collection-name,string,required} +@RESTQUERYPARAM{collection,string,required} The collection name. @RESTBODYPARAM{type,string,required,string} diff --git a/Documentation/DocuBlocks/Rest/Indexes/post_api_index_hash.md b/Documentation/DocuBlocks/Rest/Indexes/post_api_index_hash.md index 9e71e90b42..c612f89075 100644 --- a/Documentation/DocuBlocks/Rest/Indexes/post_api_index_hash.md +++ b/Documentation/DocuBlocks/Rest/Indexes/post_api_index_hash.md @@ -6,7 +6,7 @@ @RESTQUERYPARAMETERS -@RESTQUERYPARAM{collection-name,string,required} +@RESTQUERYPARAM{collection,string,required} The collection name. @RESTBODYPARAM{type,string,required,string} diff --git a/Documentation/DocuBlocks/Rest/Indexes/post_api_index_persistent.md b/Documentation/DocuBlocks/Rest/Indexes/post_api_index_persistent.md index 03c2b83f1c..58e7ecb135 100644 --- a/Documentation/DocuBlocks/Rest/Indexes/post_api_index_persistent.md +++ b/Documentation/DocuBlocks/Rest/Indexes/post_api_index_persistent.md @@ -6,7 +6,7 @@ @RESTQUERYPARAMETERS -@RESTQUERYPARAM{collection-name,string,required} +@RESTQUERYPARAM{collection,string,required} The collection name. @RESTBODYPARAM{type,string,required,string} diff --git a/Documentation/DocuBlocks/Rest/Indexes/post_api_index_skiplist.md b/Documentation/DocuBlocks/Rest/Indexes/post_api_index_skiplist.md index 61de6f82af..e521b0048c 100644 --- a/Documentation/DocuBlocks/Rest/Indexes/post_api_index_skiplist.md +++ b/Documentation/DocuBlocks/Rest/Indexes/post_api_index_skiplist.md @@ -6,7 +6,7 @@ @RESTQUERYPARAMETERS -@RESTQUERYPARAM{collection-name,string,required} +@RESTQUERYPARAM{collection,string,required} The collection name. @RESTBODYPARAM{type,string,required,string} diff --git a/Documentation/DocuBlocks/Rest/Indexes/post_api_index_ttl.md b/Documentation/DocuBlocks/Rest/Indexes/post_api_index_ttl.md index eb9e61c436..80e472c7dc 100644 --- a/Documentation/DocuBlocks/Rest/Indexes/post_api_index_ttl.md +++ b/Documentation/DocuBlocks/Rest/Indexes/post_api_index_ttl.md @@ -6,7 +6,7 @@ @RESTQUERYPARAMETERS -@RESTQUERYPARAM{collection-name,string,required} +@RESTQUERYPARAM{collection,string,required} The collection name. @RESTBODYPARAM{type,string,required,string}