DocScoDoc/docs/samples/sample_logo.json.md

19 lines
258 B
Markdown
Raw Normal View History

### logo
2022-11-02 08:52:44 +01:00
#### GET /logo/B
```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",
"Content-Type": "image/png"
}
```