DocScoDoc/docs/samples/sample_departement-logo.json.md

19 lines
316 B
Markdown
Raw Normal View History

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