Skip to content
Snippets Groups Projects
Commit 5cefe1a3 authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

Doc API: typos

parent c0d2f660
Branches
No related tags found
No related merge requests found
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment