DocScoDoc/docs/samples/sample_justif_edit.json.md

39 lines
462 B
Markdown
Raw Normal View History

2024-07-25 16:04:18 +02:00
### justif_edit
#### POST /justificatif/1/edit
> `Content-Type: application/json`
>
> `{"etat":"valide"}`
```json
{
"couverture": {
"apres": [
1
],
2024-07-25 16:04:18 +02:00
"avant": [
1
]
}
}
```
#### POST /justificatif/1/edit
> `Content-Type: application/json`
>
> `{"raison":"MEDIC"}`
```json
{
"couverture": {
"apres": [
1
],
"avant": [
1
]
}
}
```