2022-08-19 11:47:13 +02:00
|
|
|
### departement-logo
|
|
|
|
|
2022-11-02 08:52:44 +01:00
|
|
|
#### GET /departement/TAPI/logo/A
|
2022-08-19 11:47:13 +02:00
|
|
|
```json
|
|
|
|
{
|
2022-11-02 08:52:44 +01:00
|
|
|
"Content-Disposition": "inline; filename=logo_A.jpg",
|
|
|
|
"Content-Type": "image/jpg"
|
2022-08-19 11:47:13 +02:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|
2022-11-02 08:52:44 +01:00
|
|
|
#### GET /departement/id/1/logo/A
|
2022-08-19 11:47:13 +02:00
|
|
|
```json
|
|
|
|
{
|
2022-11-02 08:52:44 +01:00
|
|
|
"Content-Disposition": "inline; filename=logo_A.jpg",
|
|
|
|
"Content-Type": "image/jpg"
|
2022-08-19 11:47:13 +02:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|