forked from ScoDoc/DocScoDoc
32 lines
383 B
Markdown
32 lines
383 B
Markdown
### justificatif_edit
|
|
|
|
#### POST /justificatif/1/edit
|
|
|
|
> `Content-Type: application/json`
|
|
>
|
|
> `{"etat":"valide"}`
|
|
|
|
```json
|
|
{
|
|
"couverture": {
|
|
"apr\u00e8s": [26],
|
|
"avant": [1, 26, 38]
|
|
}
|
|
}
|
|
```
|
|
|
|
#### POST /justificatif/1/edit
|
|
|
|
> `Content-Type: application/json`
|
|
>
|
|
> `{"raison":"MEDIC"}`
|
|
|
|
```json
|
|
{
|
|
"couverture": {
|
|
"apr\u00e8s": [26],
|
|
"avant": [1, 26, 38]
|
|
}
|
|
}
|
|
```
|