DocScoDoc/docs/samples/sample_departement-logo.json.md
2022-08-21 12:39:37 +02:00

19 lines
316 B
Markdown

### departement-logo
#### GET /departement/TAPI/logo/demo
```json
{
"Content-Disposition": "inline; filename=logo_demo.png",
"Content-Type": "image/png"
}
```
#### GET /departement/id/1/logo/demo
```json
{
"Content-Disposition": "inline; filename=logo_demo.png",
"Content-Type": "image/png"
}
```