forked from ScoDoc/DocScoDoc
25 lines
272 B
Markdown
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
|
||
|
}
|
||
|
```
|
||
|
|