1
0
Fork 0

view -> View

This commit is contained in:
Simran Brucherseifer 2019-12-03 10:56:45 +01:00
parent 02e8c386bd
commit b03b323301
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.