2024-07-25 16:04:18 +02:00
|
|
|
### justif_edit
|
2023-02-15 10:30:37 +01:00
|
|
|
|
|
|
|
#### POST /justificatif/1/edit
|
|
|
|
> `Content-Type: application/json`
|
2024-03-29 16:17:40 +01:00
|
|
|
>
|
2023-02-15 10:30:37 +01:00
|
|
|
> `{"etat":"valide"}`
|
|
|
|
|
|
|
|
```json
|
|
|
|
{
|
2024-03-29 16:17:40 +01:00
|
|
|
"couverture": {
|
|
|
|
"apres": [
|
|
|
|
1
|
|
|
|
],
|
2024-07-25 16:04:18 +02:00
|
|
|
"avant": [
|
|
|
|
1
|
|
|
|
]
|
2024-03-29 16:17:40 +01:00
|
|
|
}
|
2023-02-15 10:30:37 +01:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
#### POST /justificatif/1/edit
|
|
|
|
> `Content-Type: application/json`
|
2024-03-29 16:17:40 +01:00
|
|
|
>
|
2023-02-15 10:30:37 +01:00
|
|
|
> `{"raison":"MEDIC"}`
|
|
|
|
|
|
|
|
```json
|
|
|
|
{
|
2024-03-29 16:17:40 +01:00
|
|
|
"couverture": {
|
|
|
|
"apres": [
|
|
|
|
1
|
|
|
|
],
|
|
|
|
"avant": [
|
|
|
|
1
|
|
|
|
]
|
|
|
|
}
|
2023-02-15 10:30:37 +01:00
|
|
|
}
|
|
|
|
```
|
2024-03-29 16:17:40 +01:00
|
|
|
|