2022-08-19 11:47:13 +02:00
|
|
|
### departement-logo
|
|
|
|
|
2022-08-21 12:13:57 +02:00
|
|
|
#### GET /departement/TAPI/logo/demo
|
2022-08-19 11:47:13 +02:00
|
|
|
```json
|
|
|
|
{
|
2022-08-21 12:13:57 +02:00
|
|
|
"Content-Disposition": "inline; filename=logo_demo.png",
|
|
|
|
"Content-Type": "image/png"
|
2022-08-19 11:47:13 +02:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|
2022-08-21 12:13:57 +02:00
|
|
|
#### GET /departement/id/1/logo/demo
|
2022-08-19 11:47:13 +02:00
|
|
|
```json
|
|
|
|
{
|
2022-08-21 12:13:57 +02:00
|
|
|
"Content-Disposition": "inline; filename=logo_demo.png",
|
|
|
|
"Content-Type": "image/png"
|
2022-08-19 11:47:13 +02:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|