mirror of
https://github.com/sismics/docs.git
synced 2024-11-22 14:07:55 +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.
|
* 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
|
* @apiName GetFileList
|
||||||
* @apiGroup File
|
* @apiGroup File
|
||||||
* @apiParam {String} id Document ID
|
* @apiParam {String} id Document ID
|
||||||
@ -507,7 +507,7 @@ public class FileResource extends BaseResource {
|
|||||||
/**
|
/**
|
||||||
* Returns a file.
|
* Returns a file.
|
||||||
*
|
*
|
||||||
* @api {delete} /file/:id/data Get a file data
|
* @api {get} /file/:id/data Get a file data
|
||||||
* @apiName GetFile
|
* @apiName GetFile
|
||||||
* @apiGroup File
|
* @apiGroup File
|
||||||
* @apiParam {String} id File ID
|
* @apiParam {String} id File ID
|
||||||
|
Loading…
Reference in New Issue
Block a user