Modifier le type de project_id et duration en chaîne de caractères dans la documentation de la route GET /videos
This commit is contained in:
@@ -160,7 +160,7 @@ router.get('/videos/:id', (req, res) => {
|
||||
* type: object
|
||||
* properties:
|
||||
* project_id:
|
||||
* type: integer
|
||||
* type: string
|
||||
* measurement_ids:
|
||||
* type: array
|
||||
* items:
|
||||
@@ -170,7 +170,7 @@ router.get('/videos/:id', (req, res) => {
|
||||
* resolution:
|
||||
* type: string
|
||||
* duration:
|
||||
* type: number
|
||||
* type: string
|
||||
* 400:
|
||||
* description: Tous les champs sont requis.
|
||||
* 500:
|
||||
|
||||
Reference in New Issue
Block a user