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
|
* type: object
|
||||||
* properties:
|
* properties:
|
||||||
* project_id:
|
* project_id:
|
||||||
* type: integer
|
* type: string
|
||||||
* measurement_ids:
|
* measurement_ids:
|
||||||
* type: array
|
* type: array
|
||||||
* items:
|
* items:
|
||||||
@@ -170,7 +170,7 @@ router.get('/videos/:id', (req, res) => {
|
|||||||
* resolution:
|
* resolution:
|
||||||
* type: string
|
* type: string
|
||||||
* duration:
|
* duration:
|
||||||
* type: number
|
* type: string
|
||||||
* 400:
|
* 400:
|
||||||
* description: Tous les champs sont requis.
|
* description: Tous les champs sont requis.
|
||||||
* 500:
|
* 500:
|
||||||
|
|||||||
Reference in New Issue
Block a user