1
0
Fork 0

Fix Swagger sematic error "Operations must have unique operationIds."

This commit is contained in:
Simran Brucherseifer 2019-11-29 16:14:28 +01:00
parent 979cefae7b
commit 9de3f26375
7 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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