Fix typo in /file/:id/versions description (#717)

This commit is contained in:
Julien Kirch 2023-09-07 16:46:43 +02:00 committed by GitHub
parent 95e0b870f6
commit 941ace99c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -442,7 +442,7 @@ public class FileResource extends BaseResource {
/** /**
* List all versions of a file. * List all versions of a file.
* *
* @api {get} /file/id/versions Get versions of a file * @api {get} /file/:id/versions Get versions of a file
* @apiName GetFileVersions * @apiName GetFileVersions
* @apiGroup File * @apiGroup File
* @apiParam {String} id File ID * @apiParam {String} id File ID