26 lines
325 B
Markdown
26 lines
325 B
Markdown
### justificatif_remove
|
|
|
|
#### POST /justificatif/1/remove
|
|
|
|
> `Content-Type: application/json`
|
|
>
|
|
> `{"remove" : "all"}`
|
|
|
|
```json
|
|
{
|
|
"response": "remove"
|
|
}
|
|
```
|
|
|
|
#### POST /justificatif/1/remove
|
|
|
|
> `Content-Type: application/json`
|
|
>
|
|
> `{"remove" : "list", "filenames": ["nom_fichier"]}`
|
|
|
|
```json
|
|
{
|
|
"response": "remove"
|
|
}
|
|
```
|