DocScoDoc/docs/samples/sample_departement-logo.json.md
2022-11-02 11:28:18 +01:00

19 lines
304 B
Markdown

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