mirror of
https://github.com/sismics/docs.git
synced 2024-11-22 05:57:57 +01:00
fix api doc
This commit is contained in:
parent
1d78ce4b72
commit
58af2b00cb
@ -377,7 +377,7 @@ public class FileResource extends BaseResource {
|
||||
/**
|
||||
* Returns files linked to a document or not linked to any document.
|
||||
*
|
||||
* @api {post} /file/list Get files
|
||||
* @api {get} /file/list Get files
|
||||
* @apiName GetFileList
|
||||
* @apiGroup File
|
||||
* @apiParam {String} id Document ID
|
||||
@ -507,7 +507,7 @@ public class FileResource extends BaseResource {
|
||||
/**
|
||||
* Returns a file.
|
||||
*
|
||||
* @api {delete} /file/:id/data Get a file data
|
||||
* @api {get} /file/:id/data Get a file data
|
||||
* @apiName GetFile
|
||||
* @apiGroup File
|
||||
* @apiParam {String} id File ID
|
||||
|
Loading…
Reference in New Issue
Block a user