DocScoDoc/docs/samples/sample_justificatif_edit.json.md
2023-02-15 10:30:37 +01:00

25 lines
272 B
Markdown

### justificatif_edit
#### POST /justificatif/1/edit
> `Content-Type: application/json`
>
> `{"etat":"valide"}`
```json
{
"OK": true
}
```
#### POST /justificatif/1/edit
> `Content-Type: application/json`
>
> `{"raison":"MEDIC"}`
```json
{
"OK": true
}
```