From b03b323301e2bc9d5a4538bbc28ab59fbc088199 Mon Sep 17 00:00:00 2001 From: Simran Brucherseifer Date: Tue, 3 Dec 2019 10:56:45 +0100 Subject: [PATCH] view -> View --- Documentation/DocuBlocks/Rest/AQL/GetApiQueryCacheCurrent.md | 2 +- .../DocuBlocks/Rest/Replication/get_api_wal_access_tail.md | 2 +- Documentation/DocuBlocks/Rest/Views/delete_api_view.md | 2 +- Documentation/DocuBlocks/Rest/Views/get_api_view_properties.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/DocuBlocks/Rest/AQL/GetApiQueryCacheCurrent.md b/Documentation/DocuBlocks/Rest/AQL/GetApiQueryCacheCurrent.md index 214af45368..c18b30b6f7 100644 --- a/Documentation/DocuBlocks/Rest/AQL/GetApiQueryCacheCurrent.md +++ b/Documentation/DocuBlocks/Rest/AQL/GetApiQueryCacheCurrent.md @@ -27,7 +27,7 @@ cache of the selected database. Each result is a JSON object with the following - *runTime*: the query's run time -- *dataSources*: an array of collections/views the query was using +- *dataSources*: an array of collections/Views the query was using @RESTRETURNCODES diff --git a/Documentation/DocuBlocks/Rest/Replication/get_api_wal_access_tail.md b/Documentation/DocuBlocks/Rest/Replication/get_api_wal_access_tail.md index a15de2fe51..715c0e1204 100644 --- a/Documentation/DocuBlocks/Rest/Replication/get_api_wal_access_tail.md +++ b/Documentation/DocuBlocks/Rest/Replication/get_api_wal_access_tail.md @@ -97,7 +97,7 @@ Individual log events will also have additional attributes, depending on the event type. A few common attributes which are used for multiple events types are: -- *cuid*: globally unique id of the view or collection the event was for +- *cuid*: globally unique id of the View or collection the event was for - *db*: the database name the event was for diff --git a/Documentation/DocuBlocks/Rest/Views/delete_api_view.md b/Documentation/DocuBlocks/Rest/Views/delete_api_view.md index 325deb5e8a..40f93122da 100644 --- a/Documentation/DocuBlocks/Rest/Views/delete_api_view.md +++ b/Documentation/DocuBlocks/Rest/Views/delete_api_view.md @@ -11,7 +11,7 @@ The name of the View to drop. @RESTDESCRIPTION Drops the View identified by *view-name*. -If the view was successfully dropped, an object is returned with +If the View was successfully dropped, an object is returned with the following attributes: - *error*: *false* - *id*: The identifier of the dropped View diff --git a/Documentation/DocuBlocks/Rest/Views/get_api_view_properties.md b/Documentation/DocuBlocks/Rest/Views/get_api_view_properties.md index fd51d15e7f..9c1642c768 100644 --- a/Documentation/DocuBlocks/Rest/Views/get_api_view_properties.md +++ b/Documentation/DocuBlocks/Rest/Views/get_api_view_properties.md @@ -6,7 +6,7 @@ @RESTURLPARAMETERS @RESTDESCRIPTION -Returns an object containing the definition of the view identified by *view-name*. +Returns an object containing the definition of the View identified by *view-name*. @RESTURLPARAM{view-name,string,required} The name of the View.