37 lines
445 B
Markdown
37 lines
445 B
Markdown
### justificatif_edit
|
|
|
|
#### POST /justificatif/1/edit
|
|
> `Content-Type: application/json`
|
|
>
|
|
> `{"etat":"valide"}`
|
|
|
|
```json
|
|
{
|
|
"couverture": {
|
|
"apres": [
|
|
1
|
|
],
|
|
"avant": []
|
|
}
|
|
}
|
|
```
|
|
|
|
#### POST /justificatif/1/edit
|
|
> `Content-Type: application/json`
|
|
>
|
|
> `{"raison":"MEDIC"}`
|
|
|
|
```json
|
|
{
|
|
"couverture": {
|
|
"apres": [
|
|
1
|
|
],
|
|
"avant": [
|
|
1
|
|
]
|
|
}
|
|
}
|
|
```
|
|
|