18 lines
327 B
Markdown
18 lines
327 B
Markdown
|
### etudiant_annotation
|
||
|
|
||
|
#### POST /etudiant/etudid/1/annotation
|
||
|
> `Content-Type: application/json`
|
||
|
>
|
||
|
> `{"comment":"une annotation sur l'étudiant"}`
|
||
|
|
||
|
```json
|
||
|
{
|
||
|
"author": "admin_api",
|
||
|
"comment": "une annotation sur l'\u00e9tudiant",
|
||
|
"date": "2022-08-20T12:00:00.000000+02:00",
|
||
|
"etudid": 1,
|
||
|
"id": 1
|
||
|
}
|
||
|
```
|
||
|
|