From 5cefe1a3377e61e32b20f32197962535737ca0a0 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Thu, 25 Jul 2024 11:08:06 +0200 Subject: [PATCH] Doc API: typos --- app/api/justificatifs.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/api/justificatifs.py b/app/api/justificatifs.py index 09f467cc..2c129f7e 100644 --- a/app/api/justificatifs.py +++ b/app/api/justificatifs.py @@ -38,9 +38,11 @@ from app.scodoc.sco_groups import get_group_members @scodoc @permission_required(Permission.ScoView) def justificatif(justif_id: int = None): - """Retourne un objet justificatif à partir de son id + """Retourne un objet justificatif à partir de son id. Exemple de résultat: + + ```json { "justif_id": 1, "etudid": 2, @@ -52,7 +54,7 @@ def justificatif(justif_id: int = None): "entry_date": "2022-10-31T08:00+01:00", "user_id": 1 or null, } - + ``` """ return get_model_api_object(