mirror of https://gitee.com/bigwinds/arangodb
Fix Swagger sematic error "Operations must have unique operationIds."
This commit is contained in:
parent
979cefae7b
commit
9de3f26375
|
@ -2,7 +2,7 @@
|
|||
@startDocuBlock DeleteApiQuerySlow
|
||||
@brief clears the list of slow AQL queries
|
||||
|
||||
@RESTHEADER{DELETE /_api/query/slow, Clears the list of slow AQL queries, deleteQuery}
|
||||
@RESTHEADER{DELETE /_api/query/slow, Clears the list of slow AQL queries, deleteSlowQueries}
|
||||
|
||||
@RESTDESCRIPTION
|
||||
Clears the list of slow AQL queries
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
@startDocuBlock get_api_tasks
|
||||
@brief Retrieves one currently active server task
|
||||
|
||||
@RESTHEADER{GET /_api/tasks/{id}, Fetch one task with id, getTasks}
|
||||
@RESTHEADER{GET /_api/tasks/{id}, Fetch one task with id, getTask}
|
||||
|
||||
@RESTURLPARAM{id,string,required}
|
||||
The id of the task to fetch.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
@startDocuBlock delete_remove_document_MULTI
|
||||
@brief removes multiple document
|
||||
|
||||
@RESTHEADER{DELETE /_api/document/{collection},Removes multiple documents, removeDocument}
|
||||
@RESTHEADER{DELETE /_api/document/{collection},Removes multiple documents, removeDocuments}
|
||||
|
||||
@RESTALLBODYPARAM{array,json,required}
|
||||
A JSON array of strings or documents.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
@startDocuBlock get_read_document_MULTI
|
||||
@brief reads a single document
|
||||
|
||||
@RESTHEADER{PUT /_api/document/{collection-name},Read multiple documents, readDocument}
|
||||
@RESTHEADER{PUT /_api/document/{collection-name},Read multiple documents, readDocuments}
|
||||
|
||||
@RESTURLPARAMETERS
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
@startDocuBlock patch_update_document_MULTI
|
||||
@brief updates multiple documents
|
||||
|
||||
@RESTHEADER{PATCH /_api/document/{collection},Update documents,updateDocument }
|
||||
@RESTHEADER{PATCH /_api/document/{collection},Update documents,updateDocuments }
|
||||
|
||||
@RESTALLBODYPARAM{documents,json,required}
|
||||
A JSON representation of an array of document updates as objects.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
@startDocuBlock post_create_document_MULTI
|
||||
@brief creates multiple documents
|
||||
|
||||
@RESTHEADER{POST /_api/document/{collection-name}, Create document, insertDocument}
|
||||
@RESTHEADER{POST /_api/document/{collection-name}, Create multiple documents, insertDocuments}
|
||||
|
||||
@RESTURLPARAMETERS
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
@startDocuBlock patch_api_view_properties_arangosearch
|
||||
@brief partially changes properties of an ArangoSearch View
|
||||
|
||||
@RESTHEADER{PATCH /_api/view/{view-name}/properties#ArangoSearch, Partially changes properties of an ArangoSearch View, modifyView}
|
||||
@RESTHEADER{PATCH /_api/view/{view-name}/properties#ArangoSearch, Partially changes properties of an ArangoSearch View, modifyViewPartial}
|
||||
|
||||
@RESTURLPARAMETERS
|
||||
|
||||
|
|
Loading…
Reference in New Issue