DocScoDoc/docs/samples/sample_justificatif_edit.json.md

32 lines
383 B
Markdown
Raw Normal View History

### justificatif_edit
#### POST /justificatif/1/edit
2023-07-28 11:30:28 +02:00
> `Content-Type: application/json`
2023-07-28 11:30:28 +02:00
>
> `{"etat":"valide"}`
```json
{
2023-07-28 11:30:28 +02:00
"couverture": {
"apr\u00e8s": [26],
"avant": [1, 26, 38]
}
}
```
#### POST /justificatif/1/edit
2023-07-28 11:30:28 +02:00
> `Content-Type: application/json`
2023-07-28 11:30:28 +02:00
>
> `{"raison":"MEDIC"}`
```json
{
2023-07-28 11:30:28 +02:00
"couverture": {
"apr\u00e8s": [26],
"avant": [1, 26, 38]
}
}
```