2022-08-19 11:47:13 +02:00
|
|
|
### logo
|
|
|
|
|
2022-11-02 08:52:44 +01:00
|
|
|
#### GET /logo/B
|
2022-08-19 11:47:13 +02:00
|
|
|
```json
|
|
|
|
{
|
2022-11-02 08:52:44 +01:00
|
|
|
"Content-Disposition": "inline; filename=logo_B.jpg",
|
|
|
|
"Content-Type": "image/jpg"
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
#### GET /logo/C
|
|
|
|
```json
|
|
|
|
{
|
|
|
|
"Content-Disposition": "inline; filename=logo_C.png",
|
2022-08-21 12:13:57 +02:00
|
|
|
"Content-Type": "image/png"
|
2022-08-19 11:47:13 +02:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|