2022-08-19 11:47:13 +02:00
|
|
|
### departement-logo
|
|
|
|
|
2022-12-27 09:54:58 +01:00
|
|
|
#### GET /departement/TAPI/logo/D
|
2022-08-19 11:47:13 +02:00
|
|
|
```json
|
|
|
|
{
|
2022-12-27 09:54:58 +01:00
|
|
|
"Content-Disposition": "inline; filename=logo_D.png",
|
|
|
|
"Content-Type": "image/png"
|
2022-08-19 11:47:13 +02:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|
2022-12-27 09:54:58 +01:00
|
|
|
#### GET /departement/id/1/logo/D
|
2022-08-19 11:47:13 +02:00
|
|
|
```json
|
|
|
|
{
|
2022-12-27 09:54:58 +01:00
|
|
|
"Content-Disposition": "inline; filename=logo_D.png",
|
|
|
|
"Content-Type": "image/png"
|
2022-08-19 11:47:13 +02:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|